PostgreSQL Source Code: PendingWrite Struct Reference (original) (raw)
PendingWrite Struct Reference
Data Fields | |
---|---|
BulkWriteBuffer | buf |
BlockNumber | blkno |
bool | page_std |
Detailed Description
Definition at line 51 of file bulk_write.c.
Field Documentation
◆ blkno
BlockNumber PendingWrite::blkno
Definition at line 54 of file bulk_write.c.
Referenced by buffer_cmp(), smgr_bulk_flush(), and smgr_bulk_write().
◆ buf
BulkWriteBuffer PendingWrite::buf
Definition at line 53 of file bulk_write.c.
Referenced by smgr_bulk_flush(), and smgr_bulk_write().
◆ page_std
bool PendingWrite::page_std
Definition at line 55 of file bulk_write.c.
Referenced by smgr_bulk_write().
The documentation for this struct was generated from the following file:
- src/backend/storage/smgr/bulk_write.c