|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | adw_datid |
| char * | adw_name |
| TransactionId | adw_frozenxid |
| MultiXactId | adw_minmulti |
| PgStat_StatDBEntry * | adw_entry |
Definition at line 180 of file autovacuum.c.
| Oid avw_dbase::adw_datid |
Definition at line 182 of file autovacuum.c.
Referenced by do_start_worker(), get_database_list(), and rebuild_database_list().
| PgStat_StatDBEntry* avw_dbase::adw_entry |
Definition at line 186 of file autovacuum.c.
Referenced by do_start_worker(), and get_database_list().
| TransactionId avw_dbase::adw_frozenxid |
Definition at line 184 of file autovacuum.c.
Referenced by do_start_worker(), and get_database_list().
| MultiXactId avw_dbase::adw_minmulti |
Definition at line 185 of file autovacuum.c.
Referenced by do_start_worker(), and get_database_list().
| char* avw_dbase::adw_name |
Definition at line 183 of file autovacuum.c.
Referenced by get_database_list().