|
PostgreSQL Source Code git master
|
Definition at line 34 of file pruneheap.c.
| bool PruneState::all_frozen |
Definition at line 155 of file pruneheap.c.
| bool PruneState::all_visible |
Definition at line 154 of file pruneheap.c.
| bool PruneState::attempt_freeze |
Definition at line 46 of file pruneheap.c.
| struct VacuumCutoffs* PruneState::cutoffs |
Definition at line 47 of file pruneheap.c.
| OffsetNumber* PruneState::deadoffsets |
Definition at line 130 of file pruneheap.c.
| HeapTupleFreeze PruneState::frozen[MaxHeapTuplesPerPage] |
Definition at line 63 of file pruneheap.c.
| TransactionId PruneState::frz_conflict_horizon |
Definition at line 137 of file pruneheap.c.
| bool PruneState::hastup |
Definition at line 123 of file pruneheap.c.
| OffsetNumber PruneState::heaponly_items[MaxHeapTuplesPerPage] |
Definition at line 79 of file pruneheap.c.
| int8 PruneState::htsv[MaxHeapTuplesPerPage+1] |
Definition at line 99 of file pruneheap.c.
| TransactionId PruneState::latest_xid_removed |
Definition at line 54 of file pruneheap.c.
| int PruneState::live_tuples |
Definition at line 119 of file pruneheap.c.
| int PruneState::lpdead_items |
Definition at line 129 of file pruneheap.c.
| bool PruneState::mark_unused_now |
Definition at line 44 of file pruneheap.c.
| int PruneState::ndead |
Definition at line 56 of file pruneheap.c.
| int PruneState::ndeleted |
Definition at line 116 of file pruneheap.c.
| TransactionId PruneState::new_prune_xid |
Definition at line 53 of file pruneheap.c.
| int PruneState::nfrozen |
Definition at line 58 of file pruneheap.c.
| int PruneState::nheaponly_items |
Definition at line 78 of file pruneheap.c.
| OffsetNumber PruneState::nowdead[MaxHeapTuplesPerPage] |
Definition at line 61 of file pruneheap.c.
| OffsetNumber PruneState::nowunused[MaxHeapTuplesPerPage] |
Definition at line 62 of file pruneheap.c.
| int PruneState::nredirected |
Definition at line 55 of file pruneheap.c.
| int PruneState::nroot_items |
Definition at line 76 of file pruneheap.c.
| int PruneState::nunused |
Definition at line 57 of file pruneheap.c.
| HeapPageFreeze PruneState::pagefrz |
Definition at line 104 of file pruneheap.c.
| bool PruneState::processed[MaxHeapTuplesPerPage+1] |
Definition at line 87 of file pruneheap.c.
| int PruneState::recently_dead_tuples |
Definition at line 120 of file pruneheap.c.
| OffsetNumber PruneState::redirected[MaxHeapTuplesPerPage *2] |
Definition at line 60 of file pruneheap.c.
| OffsetNumber PruneState::root_items[MaxHeapTuplesPerPage] |
Definition at line 77 of file pruneheap.c.
| TransactionId PruneState::visibility_cutoff_xid |
Definition at line 156 of file pruneheap.c.
| GlobalVisState* PruneState::vistest |
Definition at line 42 of file pruneheap.c.