PostgreSQL Source Code git master
|
Data Fields | |
Oid | at_relid |
VacuumParams | at_params |
double | at_storage_param_vac_cost_delay |
int | at_storage_param_vac_cost_limit |
bool | at_dobalance |
bool | at_sharedrel |
char * | at_relname |
char * | at_nspname |
char * | at_datname |
Definition at line 200 of file autovacuum.c.
char* autovac_table::at_datname |
Definition at line 210 of file autovacuum.c.
Referenced by do_autovacuum(), and table_recheck_autovac().
bool autovac_table::at_dobalance |
Definition at line 206 of file autovacuum.c.
Referenced by do_autovacuum(), and table_recheck_autovac().
char* autovac_table::at_nspname |
Definition at line 209 of file autovacuum.c.
Referenced by autovac_report_activity(), autovacuum_do_vac_analyze(), do_autovacuum(), and table_recheck_autovac().
VacuumParams autovac_table::at_params |
Definition at line 203 of file autovacuum.c.
Referenced by autovac_report_activity(), autovacuum_do_vac_analyze(), do_autovacuum(), and table_recheck_autovac().
Oid autovac_table::at_relid |
Definition at line 202 of file autovacuum.c.
Referenced by autovacuum_do_vac_analyze(), do_autovacuum(), and table_recheck_autovac().
char* autovac_table::at_relname |
Definition at line 208 of file autovacuum.c.
Referenced by autovac_report_activity(), autovacuum_do_vac_analyze(), do_autovacuum(), and table_recheck_autovac().
bool autovac_table::at_sharedrel |
Definition at line 207 of file autovacuum.c.
Referenced by table_recheck_autovac().
double autovac_table::at_storage_param_vac_cost_delay |
Definition at line 204 of file autovacuum.c.
Referenced by do_autovacuum(), and table_recheck_autovac().
int autovac_table::at_storage_param_vac_cost_limit |
Definition at line 205 of file autovacuum.c.
Referenced by do_autovacuum(), and table_recheck_autovac().