PostgreSQL Source Code
git master
|
Definition at line 32 of file pruneheap.c.
bool PruneState::marked[MaxHeapTuplesPerPage+1] |
Definition at line 55 of file pruneheap.c.
Referenced by heap_page_prune(), heap_prune_chain(), heap_prune_record_dead(), heap_prune_record_redirect(), and heap_prune_record_unused().
int PruneState::ndead |
Definition at line 42 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_dead().
TransactionId PruneState::new_prune_xid |
Definition at line 39 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_prunable().
OffsetNumber PruneState::nowdead[MaxHeapTuplesPerPage] |
Definition at line 46 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_dead().
OffsetNumber PruneState::nowunused[MaxHeapTuplesPerPage] |
Definition at line 47 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_unused().
int PruneState::nredirected |
Definition at line 41 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_redirect().
int PruneState::nunused |
Definition at line 43 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_unused().
OffsetNumber PruneState::redirected[MaxHeapTuplesPerPage *2] |
Definition at line 45 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_record_redirect().
Relation PruneState::rel |
Definition at line 34 of file pruneheap.c.
Referenced by heap_page_prune().
TransactionId PruneState::snapshotConflictHorizon |
Definition at line 40 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_chain().
GlobalVisState* PruneState::vistest |
Definition at line 37 of file pruneheap.c.
Referenced by heap_page_prune(), and heap_prune_satisfies_vacuum().