Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

autovac_table Struct Reference

Data Fields

Oid at_relid
bool at_dovacuum
bool at_doanalyze
int at_freeze_min_age
int at_freeze_table_age
int at_vacuum_cost_delay
int at_vacuum_cost_limit
bool at_wraparound
char * at_relname
char * at_nspname
char * at_datname

Detailed Description

Definition at line 181 of file autovacuum.c.


Field Documentation

Definition at line 193 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

Definition at line 186 of file autovacuum.c.

Referenced by autovacuum_do_vac_analyze(), and table_recheck_autovac().

Definition at line 187 of file autovacuum.c.

Referenced by autovacuum_do_vac_analyze(), and table_recheck_autovac().

Definition at line 183 of file autovacuum.c.

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

Definition at line 188 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().

Definition at line 189 of file autovacuum.c.

Referenced by do_autovacuum(), and table_recheck_autovac().


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