PostgreSQL Source Code git master
|
Data Fields | |
const DatabaseInfo * | datinfo |
Oid | reloid |
bool | is_heap |
char * | nspname |
char * | relname |
int | relpages |
int | blocks_to_check |
char * | sql |
Definition at line 157 of file pg_amcheck.c.
int RelationInfo::blocks_to_check |
Definition at line 165 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
const DatabaseInfo* RelationInfo::datinfo |
Definition at line 159 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), main(), prepare_btree_command(), prepare_heap_command(), verify_btree_slot_handler(), and verify_heap_slot_handler().
bool RelationInfo::is_heap |
Definition at line 161 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
char* RelationInfo::nspname |
Definition at line 162 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), main(), verify_btree_slot_handler(), and verify_heap_slot_handler().
char* RelationInfo::relname |
Definition at line 163 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), main(), verify_btree_slot_handler(), and verify_heap_slot_handler().
Oid RelationInfo::reloid |
Definition at line 160 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), prepare_btree_command(), and prepare_heap_command().
int RelationInfo::relpages |
Definition at line 164 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db().
char* RelationInfo::sql |
Definition at line 166 of file pg_amcheck.c.
Referenced by main(), verify_btree_slot_handler(), and verify_heap_slot_handler().