PostgreSQL Source Code
git master
|
Data Fields | |
char * | datname |
char * | amcheck_schema |
bool | is_checkunique |
Definition at line 149 of file pg_amcheck.c.
char* DatabaseInfo::amcheck_schema |
Definition at line 152 of file pg_amcheck.c.
Referenced by main(), prepare_btree_command(), and prepare_heap_command().
char* DatabaseInfo::datname |
Definition at line 151 of file pg_amcheck.c.
Referenced by compile_database_list(), main(), verify_btree_slot_handler(), and verify_heap_slot_handler().
bool DatabaseInfo::is_checkunique |
Definition at line 153 of file pg_amcheck.c.
Referenced by main(), and prepare_btree_command().