PostgreSQL Source Code
git master
|
Data Fields | |
bool | hastup |
bool | has_lpdead_items |
bool | all_visible |
bool | all_frozen |
TransactionId | visibility_cutoff_xid |
Definition at line 218 of file vacuumlazy.c.
bool LVPagePruneState::all_frozen |
Definition at line 229 of file vacuumlazy.c.
Referenced by lazy_scan_heap(), and lazy_scan_prune().
bool LVPagePruneState::all_visible |
Definition at line 228 of file vacuumlazy.c.
Referenced by lazy_scan_heap(), and lazy_scan_prune().
bool LVPagePruneState::has_lpdead_items |
Definition at line 221 of file vacuumlazy.c.
Referenced by lazy_scan_heap(), and lazy_scan_prune().
bool LVPagePruneState::hastup |
Definition at line 220 of file vacuumlazy.c.
Referenced by lazy_scan_heap(), and lazy_scan_prune().
TransactionId LVPagePruneState::visibility_cutoff_xid |
Definition at line 230 of file vacuumlazy.c.
Referenced by lazy_scan_heap(), and lazy_scan_prune().