|
PostgreSQL Source Code git master
|
Definition at line 35 of file pruneheap.c.
| bool PruneState::attempt_freeze |
Definition at line 47 of file pruneheap.c.
| bool PruneState::attempt_set_vm |
Definition at line 49 of file pruneheap.c.
| BlockNumber PruneState::block |
Definition at line 58 of file pruneheap.c.
| Buffer PruneState::buffer |
Definition at line 59 of file pruneheap.c.
| struct VacuumCutoffs* PruneState::cutoffs |
Definition at line 50 of file pruneheap.c.
| OffsetNumber* PruneState::deadoffsets |
Definition at line 182 of file pruneheap.c.
| HeapTupleFreeze PruneState::frozen[MaxHeapTuplesPerPage] |
Definition at line 76 of file pruneheap.c.
| bool PruneState::hastup |
Definition at line 175 of file pruneheap.c.
| OffsetNumber PruneState::heaponly_items[MaxHeapTuplesPerPage] |
Definition at line 108 of file pruneheap.c.
| int8 PruneState::htsv[MaxHeapTuplesPerPage+1] |
Definition at line 128 of file pruneheap.c.
| TransactionId PruneState::latest_xid_removed |
Definition at line 67 of file pruneheap.c.
| int PruneState::live_tuples |
Definition at line 171 of file pruneheap.c.
| int PruneState::lpdead_items |
Definition at line 181 of file pruneheap.c.
| bool PruneState::mark_unused_now |
Definition at line 45 of file pruneheap.c.
| int PruneState::ndead |
Definition at line 69 of file pruneheap.c.
| int PruneState::ndeleted |
Definition at line 168 of file pruneheap.c.
| TransactionId PruneState::new_prune_xid |
Definition at line 66 of file pruneheap.c.
| uint8 PruneState::new_vmbits |
Definition at line 153 of file pruneheap.c.
| TransactionId PruneState::newest_live_xid |
Definition at line 156 of file pruneheap.c.
| int PruneState::nfrozen |
Definition at line 71 of file pruneheap.c.
| int PruneState::nheaponly_items |
Definition at line 107 of file pruneheap.c.
| OffsetNumber PruneState::nowdead[MaxHeapTuplesPerPage] |
Definition at line 74 of file pruneheap.c.
| OffsetNumber PruneState::nowunused[MaxHeapTuplesPerPage] |
Definition at line 75 of file pruneheap.c.
| int PruneState::nredirected |
Definition at line 68 of file pruneheap.c.
| int PruneState::nroot_items |
Definition at line 105 of file pruneheap.c.
| int PruneState::nunused |
Definition at line 70 of file pruneheap.c.
| uint8 PruneState::old_vmbits |
Definition at line 152 of file pruneheap.c.
| Page PruneState::page |
Definition at line 60 of file pruneheap.c.
| HeapPageFreeze PruneState::pagefrz |
Definition at line 134 of file pruneheap.c.
| bool PruneState::processed[MaxHeapTuplesPerPage+1] |
Definition at line 116 of file pruneheap.c.
| int PruneState::recently_dead_tuples |
Definition at line 172 of file pruneheap.c.
| OffsetNumber PruneState::redirected[MaxHeapTuplesPerPage *2] |
Definition at line 73 of file pruneheap.c.
| Relation PruneState::relation |
Definition at line 51 of file pruneheap.c.
| OffsetNumber PruneState::root_items[MaxHeapTuplesPerPage] |
Definition at line 106 of file pruneheap.c.
| bool PruneState::set_all_frozen |
Definition at line 92 of file pruneheap.c.
| bool PruneState::set_all_visible |
Definition at line 91 of file pruneheap.c.
| GlobalVisState* PruneState::vistest |
Definition at line 43 of file pruneheap.c.
| Buffer PruneState::vmbuffer |
Definition at line 146 of file pruneheap.c.