|
PostgreSQL Source Code git master
|
#include <nbtxlog.h>
Data Fields | |
| RelFileLocator | locator |
| BlockNumber | block |
| FullTransactionId | snapshotConflictHorizon |
| bool | isCatalogRel |
| BlockNumber xl_btree_reuse_page::block |
Definition at line 186 of file nbtxlog.h.
Referenced by _bt_allocbuf().
| bool xl_btree_reuse_page::isCatalogRel |
Definition at line 188 of file nbtxlog.h.
Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().
| RelFileLocator xl_btree_reuse_page::locator |
Definition at line 185 of file nbtxlog.h.
Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().
| FullTransactionId xl_btree_reuse_page::snapshotConflictHorizon |
Definition at line 187 of file nbtxlog.h.
Referenced by _bt_allocbuf(), btree_desc(), and btree_xlog_reuse_page().