|
PostgreSQL Source Code git master
|
Definition at line 34 of file pruneheap.c.
| bool PruneState::attempt_freeze |
Definition at line 46 of file pruneheap.c.
| BlockNumber PruneState::block |
Definition at line 55 of file pruneheap.c.
| Buffer PruneState::buffer |
Definition at line 56 of file pruneheap.c.
| struct VacuumCutoffs* PruneState::cutoffs |
Definition at line 47 of file pruneheap.c.
| OffsetNumber* PruneState::deadoffsets |
Definition at line 141 of file pruneheap.c.
| HeapTupleFreeze PruneState::frozen[MaxHeapTuplesPerPage] |
Definition at line 73 of file pruneheap.c.
| bool PruneState::hastup |
Definition at line 134 of file pruneheap.c.
| OffsetNumber PruneState::heaponly_items[MaxHeapTuplesPerPage] |
Definition at line 89 of file pruneheap.c.
| int8 PruneState::htsv[MaxHeapTuplesPerPage+1] |
Definition at line 109 of file pruneheap.c.
| TransactionId PruneState::latest_xid_removed |
Definition at line 64 of file pruneheap.c.
| int PruneState::live_tuples |
Definition at line 130 of file pruneheap.c.
| int PruneState::lpdead_items |
Definition at line 140 of file pruneheap.c.
| bool PruneState::mark_unused_now |
Definition at line 44 of file pruneheap.c.
| int PruneState::ndead |
Definition at line 66 of file pruneheap.c.
| int PruneState::ndeleted |
Definition at line 127 of file pruneheap.c.
| TransactionId PruneState::new_prune_xid |
Definition at line 63 of file pruneheap.c.
| int PruneState::nfrozen |
Definition at line 68 of file pruneheap.c.
| int PruneState::nheaponly_items |
Definition at line 88 of file pruneheap.c.
| OffsetNumber PruneState::nowdead[MaxHeapTuplesPerPage] |
Definition at line 71 of file pruneheap.c.
| OffsetNumber PruneState::nowunused[MaxHeapTuplesPerPage] |
Definition at line 72 of file pruneheap.c.
| int PruneState::nredirected |
Definition at line 65 of file pruneheap.c.
| int PruneState::nroot_items |
Definition at line 86 of file pruneheap.c.
| int PruneState::nunused |
Definition at line 67 of file pruneheap.c.
| Page PruneState::page |
Definition at line 57 of file pruneheap.c.
| HeapPageFreeze PruneState::pagefrz |
Definition at line 115 of file pruneheap.c.
| bool PruneState::processed[MaxHeapTuplesPerPage+1] |
Definition at line 97 of file pruneheap.c.
| int PruneState::recently_dead_tuples |
Definition at line 131 of file pruneheap.c.
| OffsetNumber PruneState::redirected[MaxHeapTuplesPerPage *2] |
Definition at line 70 of file pruneheap.c.
| Relation PruneState::relation |
Definition at line 48 of file pruneheap.c.
| OffsetNumber PruneState::root_items[MaxHeapTuplesPerPage] |
Definition at line 87 of file pruneheap.c.
| bool PruneState::set_all_frozen |
Definition at line 161 of file pruneheap.c.
| bool PruneState::set_all_visible |
Definition at line 160 of file pruneheap.c.
| TransactionId PruneState::visibility_cutoff_xid |
Definition at line 162 of file pruneheap.c.
| GlobalVisState* PruneState::vistest |
Definition at line 42 of file pruneheap.c.