PostgreSQL Source Code git master
|
#include <vacuum.h>
Data Fields | |
TransactionId | relfrozenxid |
MultiXactId | relminmxid |
TransactionId | OldestXmin |
MultiXactId | OldestMxact |
TransactionId | FreezeLimit |
MultiXactId | MultiXactCutoff |
TransactionId VacuumCutoffs::FreezeLimit |
Definition at line 284 of file vacuum.h.
Referenced by copy_table_data(), FreezeMultiXactId(), heap_freeze_tuple(), heap_tuple_should_freeze(), heap_vacuum_eager_scan_setup(), heap_vacuum_rel(), and vacuum_get_cutoffs().
MultiXactId VacuumCutoffs::MultiXactCutoff |
Definition at line 285 of file vacuum.h.
Referenced by copy_table_data(), FreezeMultiXactId(), heap_freeze_tuple(), heap_prepare_freeze_tuple(), heap_tuple_should_freeze(), heap_vacuum_eager_scan_setup(), heap_vacuum_rel(), and vacuum_get_cutoffs().
MultiXactId VacuumCutoffs::OldestMxact |
Definition at line 275 of file vacuum.h.
Referenced by FreezeMultiXactId(), heap_freeze_tuple(), heap_prepare_freeze_tuple(), heap_vacuum_rel(), and vacuum_get_cutoffs().
TransactionId VacuumCutoffs::OldestXmin |
Definition at line 274 of file vacuum.h.
Referenced by copy_table_data(), FreezeMultiXactId(), heap_freeze_tuple(), heap_page_is_all_visible(), heap_page_prune_and_freeze(), heap_prepare_freeze_tuple(), heap_prune_record_unchanged_lp_normal(), heap_prune_satisfies_vacuum(), heap_vacuum_rel(), lazy_scan_noprune(), and vacuum_get_cutoffs().
TransactionId VacuumCutoffs::relfrozenxid |
Definition at line 258 of file vacuum.h.
Referenced by copy_table_data(), FreezeMultiXactId(), heap_freeze_tuple(), heap_prepare_freeze_tuple(), heap_tuple_should_freeze(), heap_vacuum_eager_scan_setup(), heap_vacuum_rel(), vacuum_get_cutoffs(), and vacuum_xid_failsafe_check().
MultiXactId VacuumCutoffs::relminmxid |
Definition at line 259 of file vacuum.h.
Referenced by copy_table_data(), FreezeMultiXactId(), heap_freeze_tuple(), heap_tuple_should_freeze(), heap_vacuum_eager_scan_setup(), heap_vacuum_rel(), vacuum_get_cutoffs(), and vacuum_xid_failsafe_check().