PostgreSQL Source Code  git master
AmcheckOptions Struct Reference

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
 

Detailed Description

Definition at line 54 of file pg_amcheck.c.

Field Documentation

◆ alldb

bool AmcheckOptions::alldb

Definition at line 57 of file pg_amcheck.c.

Referenced by compile_database_list(), and main().

◆ allrel

bool AmcheckOptions::allrel

Definition at line 91 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ checkunique

bool AmcheckOptions::checkunique

Definition at line 105 of file pg_amcheck.c.

Referenced by main().

◆ dbpattern

bool AmcheckOptions::dbpattern

Definition at line 56 of file pg_amcheck.c.

Referenced by append_relation_pattern_helper(), append_schema_pattern(), and main().

◆ echo

bool AmcheckOptions::echo

◆ endblock

int64 AmcheckOptions::endblock

Definition at line 98 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), main(), and prepare_heap_command().

◆ exclude

PatternInfoArray AmcheckOptions::exclude

Definition at line 73 of file pg_amcheck.c.

Referenced by compile_database_list(), compile_relation_list_one_db(), and main().

◆ excludeidx

bool AmcheckOptions::excludeidx

Definition at line 83 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ excludensp

bool AmcheckOptions::excludensp

Definition at line 84 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ excludetbl

bool AmcheckOptions::excludetbl

Definition at line 82 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ heapallindexed

bool AmcheckOptions::heapallindexed

Definition at line 104 of file pg_amcheck.c.

Referenced by main(), and prepare_btree_command().

◆ include

PatternInfoArray AmcheckOptions::include

Definition at line 72 of file pg_amcheck.c.

Referenced by compile_database_list(), compile_relation_list_one_db(), and main().

◆ install_missing

bool AmcheckOptions::install_missing

Definition at line 68 of file pg_amcheck.c.

Referenced by main().

◆ install_schema

char* AmcheckOptions::install_schema

Definition at line 69 of file pg_amcheck.c.

Referenced by main().

◆ jobs

int AmcheckOptions::jobs

Definition at line 62 of file pg_amcheck.c.

Referenced by main().

◆ no_btree_expansion

bool AmcheckOptions::no_btree_expansion

Definition at line 108 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ no_toast_expansion

bool AmcheckOptions::no_toast_expansion

Definition at line 94 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ on_error_stop

bool AmcheckOptions::on_error_stop

Definition at line 96 of file pg_amcheck.c.

Referenced by main(), and prepare_heap_command().

◆ parent_check

bool AmcheckOptions::parent_check

Definition at line 102 of file pg_amcheck.c.

Referenced by main(), and prepare_btree_command().

◆ reconcile_toast

bool AmcheckOptions::reconcile_toast

Definition at line 95 of file pg_amcheck.c.

Referenced by main(), and prepare_heap_command().

◆ rootdescend

bool AmcheckOptions::rootdescend

Definition at line 103 of file pg_amcheck.c.

Referenced by main(), and prepare_btree_command().

◆ show_progress

bool AmcheckOptions::show_progress

Definition at line 61 of file pg_amcheck.c.

Referenced by main(), progress_report(), and verify_btree_slot_handler().

◆ skip

const char* AmcheckOptions::skip

Definition at line 99 of file pg_amcheck.c.

Referenced by main(), and prepare_heap_command().

◆ startblock

int64 AmcheckOptions::startblock

Definition at line 97 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), main(), and prepare_heap_command().

◆ strict_names

bool AmcheckOptions::strict_names

Definition at line 60 of file pg_amcheck.c.

Referenced by compile_database_list(), and main().

◆ verbose

bool AmcheckOptions::verbose

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