PostgreSQL Source Code  git master
VacuumParams Struct Reference

#include <vacuum.h>

Data Fields

bits32 options
 
int freeze_min_age
 
int freeze_table_age
 
int multixact_freeze_min_age
 
int multixact_freeze_table_age
 
bool is_wraparound
 
int log_min_duration
 
VacOptValue index_cleanup
 
VacOptValue truncate
 
Oid toast_parent
 
int nworkers
 

Detailed Description

Definition at line 217 of file vacuum.h.

Field Documentation

◆ freeze_min_age

int VacuumParams::freeze_min_age

Definition at line 220 of file vacuum.h.

Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().

◆ freeze_table_age

int VacuumParams::freeze_table_age

Definition at line 221 of file vacuum.h.

Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().

◆ index_cleanup

VacOptValue VacuumParams::index_cleanup

Definition at line 230 of file vacuum.h.

Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().

◆ is_wraparound

bool VacuumParams::is_wraparound

◆ log_min_duration

int VacuumParams::log_min_duration

◆ multixact_freeze_min_age

int VacuumParams::multixact_freeze_min_age

Definition at line 222 of file vacuum.h.

Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().

◆ multixact_freeze_table_age

int VacuumParams::multixact_freeze_table_age

Definition at line 224 of file vacuum.h.

Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().

◆ nworkers

int VacuumParams::nworkers

Definition at line 239 of file vacuum.h.

Referenced by ExecVacuum(), heap_vacuum_rel(), and table_recheck_autovac().

◆ options

◆ toast_parent

Oid VacuumParams::toast_parent

Definition at line 232 of file vacuum.h.

Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_rel().

◆ truncate

VacOptValue VacuumParams::truncate

Definition at line 231 of file vacuum.h.

Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().


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