PostgreSQL Source Code
git master
|
#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 |
int VacuumParams::freeze_min_age |
Definition at line 220 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().
int VacuumParams::freeze_table_age |
Definition at line 221 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().
VacOptValue VacuumParams::index_cleanup |
Definition at line 230 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().
bool VacuumParams::is_wraparound |
Definition at line 226 of file vacuum.h.
Referenced by autovac_report_activity(), ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().
int VacuumParams::log_min_duration |
Definition at line 227 of file vacuum.h.
Referenced by analyze_rel(), do_analyze_rel(), ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().
int VacuumParams::multixact_freeze_min_age |
Definition at line 222 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().
int VacuumParams::multixact_freeze_table_age |
Definition at line 224 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_get_cutoffs().
int VacuumParams::nworkers |
Definition at line 239 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_rel(), and table_recheck_autovac().
bits32 VacuumParams::options |
Definition at line 219 of file vacuum.h.
Referenced by analyze_rel(), autovac_report_activity(), do_analyze_rel(), do_autovacuum(), ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), vacuum(), and vacuum_rel().
Oid VacuumParams::toast_parent |
Definition at line 232 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_rel().
VacOptValue VacuumParams::truncate |
Definition at line 231 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().