PostgreSQL Source Code git master
Loading...
Searching...
No Matches
autovac_table Struct Reference

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
 
charat_relname
 
charat_nspname
 
charat_datname
 

Detailed Description

Definition at line 210 of file autovacuum.c.

Field Documentation

◆ at_datname

char* autovac_table::at_datname

Definition at line 219 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

◆ at_dobalance

bool autovac_table::at_dobalance

Definition at line 216 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

◆ at_nspname

char* autovac_table::at_nspname

◆ at_params

VacuumParams autovac_table::at_params

◆ at_relid

Oid autovac_table::at_relid

Definition at line 212 of file autovacuum.c.

Referenced by autovacuum_do_vac_analyze(), do_autovacuum(), and table_recheck_autovac().

◆ at_relname

char* autovac_table::at_relname

◆ at_storage_param_vac_cost_delay

double autovac_table::at_storage_param_vac_cost_delay

Definition at line 214 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

◆ at_storage_param_vac_cost_limit

int autovac_table::at_storage_param_vac_cost_limit

Definition at line 215 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().


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