|
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_vacuum_min_duration |
| int | log_analyze_min_duration |
| VacOptValue | index_cleanup |
| VacOptValue | truncate |
| Oid | toast_parent |
| double | max_eager_freeze_failure_rate |
| 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 235 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_analyze_min_duration |
Definition at line 231 of file vacuum.h.
Referenced by analyze_rel(), do_analyze_rel(), ExecVacuum(), and table_recheck_autovac().
| int VacuumParams::log_vacuum_min_duration |
Definition at line 227 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().
| double VacuumParams::max_eager_freeze_failure_rate |
Definition at line 244 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_eager_scan_setup(), 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 251 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 237 of file vacuum.h.
Referenced by ExecVacuum(), table_recheck_autovac(), and vacuum_rel().
| VacOptValue VacuumParams::truncate |
Definition at line 236 of file vacuum.h.
Referenced by ExecVacuum(), heap_vacuum_rel(), table_recheck_autovac(), and vacuum_rel().