|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | pattern |
| char * | db_regex |
| char * | nsp_regex |
| char * | rel_regex |
| bool | heap_only |
| bool | btree_only |
| bool | matched |
Definition at line 33 of file pg_amcheck.c.
| bool PatternInfo::btree_only |
Definition at line 43 of file pg_amcheck.c.
Referenced by append_rel_pattern_raw_cte(), append_relation_pattern_helper(), and main().
| char* PatternInfo::db_regex |
Definition at line 36 of file pg_amcheck.c.
Referenced by append_database_pattern(), append_db_pattern_cte(), append_rel_pattern_raw_cte(), append_relation_pattern_helper(), and append_schema_pattern().
| bool PatternInfo::heap_only |
Definition at line 41 of file pg_amcheck.c.
Referenced by append_rel_pattern_raw_cte(), append_relation_pattern_helper(), and main().
| bool PatternInfo::matched |
Definition at line 45 of file pg_amcheck.c.
Referenced by compile_relation_list_one_db(), and main().
| char* PatternInfo::nsp_regex |
Definition at line 38 of file pg_amcheck.c.
Referenced by append_db_pattern_cte(), append_rel_pattern_raw_cte(), append_relation_pattern_helper(), append_schema_pattern(), and main().
| const char* PatternInfo::pattern |
Definition at line 35 of file pg_amcheck.c.
Referenced by append_database_pattern(), append_relation_pattern_helper(), append_schema_pattern(), compile_database_list(), and main().
| char* PatternInfo::rel_regex |
Definition at line 39 of file pg_amcheck.c.
Referenced by append_db_pattern_cte(), append_rel_pattern_raw_cte(), append_relation_pattern_helper(), and main().