PostgreSQL Source Code  git master
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
 
bool at_sharedrel
 
char * at_relname
 
char * at_nspname
 
char * at_datname
 

Detailed Description

Definition at line 196 of file autovacuum.c.

Field Documentation

◆ at_datname

char* autovac_table::at_datname

Definition at line 206 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

◆ at_dobalance

bool autovac_table::at_dobalance

Definition at line 202 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 198 of file autovacuum.c.

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

◆ at_relname

char* autovac_table::at_relname

◆ at_sharedrel

bool autovac_table::at_sharedrel

Definition at line 203 of file autovacuum.c.

Referenced by table_recheck_autovac().

◆ at_storage_param_vac_cost_delay

double autovac_table::at_storage_param_vac_cost_delay

Definition at line 200 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 201 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().


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