|
PostgreSQL Source Code git master
|
Data Fields | |
| BulkWriteBuffer | buf |
| BlockNumber | blkno |
| bool | page_std |
Definition at line 51 of file bulk_write.c.
| BlockNumber PendingWrite::blkno |
Definition at line 54 of file bulk_write.c.
Referenced by buffer_cmp(), smgr_bulk_flush(), and smgr_bulk_write().
| BulkWriteBuffer PendingWrite::buf |
Definition at line 53 of file bulk_write.c.
Referenced by smgr_bulk_flush(), and smgr_bulk_write().
| bool PendingWrite::page_std |
Definition at line 55 of file bulk_write.c.
Referenced by smgr_bulk_write().