|
PostgreSQL Source Code git master
|
#include <hash_xlog.h>
Data Fields | |
| TransactionId | snapshotConflictHorizon |
| uint16 | ntuples |
| bool | isCatalogRel |
| OffsetNumber | offsets [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 246 of file hash_xlog.h.
| bool xl_hash_vacuum_one_page::isCatalogRel |
Definition at line 250 of file hash_xlog.h.
Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().
| uint16 xl_hash_vacuum_one_page::ntuples |
Definition at line 249 of file hash_xlog.h.
Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().
| OffsetNumber xl_hash_vacuum_one_page::offsets[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 254 of file hash_xlog.h.
Referenced by hash_xlog_vacuum_one_page().
| TransactionId xl_hash_vacuum_one_page::snapshotConflictHorizon |
Definition at line 248 of file hash_xlog.h.
Referenced by _hash_vacuum_one_page(), hash_desc(), and hash_xlog_vacuum_one_page().