PostgreSQL Source Code: VacuumCutoffs Struct Reference (original) (raw)

#include <[vacuum.h](vacuum%5F8h%5Fsource.html)>

Data Fields
TransactionId relfrozenxid
MultiXactId relminmxid
TransactionId OldestXmin
MultiXactId OldestMxact
TransactionId FreezeLimit
MultiXactId MultiXactCutoff

Detailed Description

Field Documentation

FreezeLimit

MultiXactCutoff

OldestMxact

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().

relfrozenxid

relminmxid


The documentation for this struct was generated from the following file: