|
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.
| bool PruneState::attempt_set_vm |
Definition at line 48 of file pruneheap.c.
| BlockNumber PruneState::block |
Definition at line 57 of file pruneheap.c.
| Buffer PruneState::buffer |
Definition at line 58 of file pruneheap.c.
| struct VacuumCutoffs* PruneState::cutoffs |
Definition at line 49 of file pruneheap.c.
| OffsetNumber* PruneState::deadoffsets |
Definition at line 181 of file pruneheap.c.
| HeapTupleFreeze PruneState::frozen[MaxHeapTuplesPerPage] |
Definition at line 75 of file pruneheap.c.
| bool PruneState::hastup |
Definition at line 174 of file pruneheap.c.
| OffsetNumber PruneState::heaponly_items[MaxHeapTuplesPerPage] |
Definition at line 107 of file pruneheap.c.
| int8 PruneState::htsv[MaxHeapTuplesPerPage+1] |
Definition at line 127 of file pruneheap.c.
| TransactionId PruneState::latest_xid_removed |
Definition at line 66 of file pruneheap.c.
| int PruneState::live_tuples |
Definition at line 170 of file pruneheap.c.
| int PruneState::lpdead_items |
Definition at line 180 of file pruneheap.c.
| bool PruneState::mark_unused_now |
Definition at line 44 of file pruneheap.c.
| int PruneState::ndead |
Definition at line 68 of file pruneheap.c.
| int PruneState::ndeleted |
Definition at line 167 of file pruneheap.c.
| TransactionId PruneState::new_prune_xid |
Definition at line 65 of file pruneheap.c.
| uint8 PruneState::new_vmbits |
Definition at line 152 of file pruneheap.c.
| TransactionId PruneState::newest_live_xid |
Definition at line 155 of file pruneheap.c.
| int PruneState::nfrozen |
Definition at line 70 of file pruneheap.c.
| int PruneState::nheaponly_items |
Definition at line 106 of file pruneheap.c.
| OffsetNumber PruneState::nowdead[MaxHeapTuplesPerPage] |
Definition at line 73 of file pruneheap.c.
| OffsetNumber PruneState::nowunused[MaxHeapTuplesPerPage] |
Definition at line 74 of file pruneheap.c.
| int PruneState::nredirected |
Definition at line 67 of file pruneheap.c.
| int PruneState::nroot_items |
Definition at line 104 of file pruneheap.c.
| int PruneState::nunused |
Definition at line 69 of file pruneheap.c.
| uint8 PruneState::old_vmbits |
Definition at line 151 of file pruneheap.c.
| Page PruneState::page |
Definition at line 59 of file pruneheap.c.
| HeapPageFreeze PruneState::pagefrz |
Definition at line 133 of file pruneheap.c.
| bool PruneState::processed[MaxHeapTuplesPerPage+1] |
Definition at line 115 of file pruneheap.c.
| int PruneState::recently_dead_tuples |
Definition at line 171 of file pruneheap.c.
| OffsetNumber PruneState::redirected[MaxHeapTuplesPerPage *2] |
Definition at line 72 of file pruneheap.c.
| Relation PruneState::relation |
Definition at line 50 of file pruneheap.c.
| OffsetNumber PruneState::root_items[MaxHeapTuplesPerPage] |
Definition at line 105 of file pruneheap.c.
| bool PruneState::set_all_frozen |
Definition at line 91 of file pruneheap.c.
| bool PruneState::set_all_visible |
Definition at line 90 of file pruneheap.c.
| GlobalVisState* PruneState::vistest |
Definition at line 42 of file pruneheap.c.
| Buffer PruneState::vmbuffer |
Definition at line 145 of file pruneheap.c.