|
PostgreSQL Source Code git master
|
Data Fields | |
| bool | dbpattern |
| bool | alldb |
| bool | echo |
| bool | verbose |
| bool | strict_names |
| bool | show_progress |
| int | jobs |
| bool | install_missing |
| char * | install_schema |
| PatternInfoArray | include |
| PatternInfoArray | exclude |
| bool | excludetbl |
| bool | excludeidx |
| bool | excludensp |
| bool | allrel |
| bool | no_toast_expansion |
| bool | reconcile_toast |
| bool | on_error_stop |
| int64 | startblock |
| int64 | endblock |
| const char * | skip |
| bool | parent_check |
| bool | rootdescend |
| bool | heapallindexed |
| bool | checkunique |
| bool | no_btree_expansion |
Definition at line 55 of file pg_amcheck.c.
| bool AmcheckOptions::alldb |
Definition at line 58 of file pg_amcheck.c.
Referenced by compile_database_list(), and main().
| bool AmcheckOptions::allrel |
Definition at line 92 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::checkunique |
Definition at line 106 of file pg_amcheck.c.
Referenced by main().
| bool AmcheckOptions::dbpattern |
Definition at line 57 of file pg_amcheck.c.
Referenced by append_relation_pattern_helper(), append_schema_pattern(), and main().
| bool AmcheckOptions::echo |
Definition at line 59 of file pg_amcheck.c.
Referenced by compile_database_list(), compile_relation_list_one_db(), main(), and run_command().
| int64 AmcheckOptions::endblock |
Definition at line 99 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), main(), and prepare_heap_command().
| PatternInfoArray AmcheckOptions::exclude |
Definition at line 74 of file pg_amcheck.c.
Referenced by compile_database_list(), compile_relation_list_one_db(), and main().
| bool AmcheckOptions::excludeidx |
Definition at line 84 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::excludensp |
Definition at line 85 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::excludetbl |
Definition at line 83 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::heapallindexed |
Definition at line 105 of file pg_amcheck.c.
Referenced by main(), and prepare_btree_command().
| PatternInfoArray AmcheckOptions::include |
Definition at line 73 of file pg_amcheck.c.
Referenced by compile_database_list(), compile_relation_list_one_db(), and main().
| bool AmcheckOptions::install_missing |
Definition at line 69 of file pg_amcheck.c.
Referenced by main().
| char* AmcheckOptions::install_schema |
Definition at line 70 of file pg_amcheck.c.
Referenced by main().
| int AmcheckOptions::jobs |
Definition at line 63 of file pg_amcheck.c.
Referenced by main().
| bool AmcheckOptions::no_btree_expansion |
Definition at line 109 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::no_toast_expansion |
Definition at line 95 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| bool AmcheckOptions::on_error_stop |
Definition at line 97 of file pg_amcheck.c.
Referenced by main(), and prepare_heap_command().
| bool AmcheckOptions::parent_check |
Definition at line 103 of file pg_amcheck.c.
Referenced by main(), and prepare_btree_command().
| bool AmcheckOptions::reconcile_toast |
Definition at line 96 of file pg_amcheck.c.
Referenced by main(), and prepare_heap_command().
| bool AmcheckOptions::rootdescend |
Definition at line 104 of file pg_amcheck.c.
Referenced by main(), and prepare_btree_command().
| bool AmcheckOptions::show_progress |
Definition at line 62 of file pg_amcheck.c.
Referenced by main(), progress_report(), and verify_btree_slot_handler().
| const char* AmcheckOptions::skip |
Definition at line 100 of file pg_amcheck.c.
Referenced by main(), and prepare_heap_command().
| int64 AmcheckOptions::startblock |
Definition at line 98 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), main(), and prepare_heap_command().
| bool AmcheckOptions::strict_names |
Definition at line 61 of file pg_amcheck.c.
Referenced by compile_database_list(), and main().
| bool AmcheckOptions::verbose |
Definition at line 60 of file pg_amcheck.c.
Referenced by compile_database_list(), main(), progress_report(), verify_btree_slot_handler(), and verify_heap_slot_handler().