PostgreSQL Source Code
git master
|
#include <heapam_xlog.h>
Data Fields | |
TransactionId | snapshotConflictHorizon |
uint16 | nredirected |
uint16 | ndead |
bool | isCatalogRel |
Definition at line 243 of file heapam_xlog.h.
bool xl_heap_prune::isCatalogRel |
Definition at line 248 of file heapam_xlog.h.
Referenced by heap_page_prune(), and heap_xlog_prune().
uint16 xl_heap_prune::ndead |
Definition at line 247 of file heapam_xlog.h.
Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().
uint16 xl_heap_prune::nredirected |
Definition at line 246 of file heapam_xlog.h.
Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().
TransactionId xl_heap_prune::snapshotConflictHorizon |
Definition at line 245 of file heapam_xlog.h.
Referenced by heap2_desc(), heap_page_prune(), and heap_xlog_prune().