PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PatternInfo Struct Reference

Data Fields

const char * pattern
 
char * db_regex
 
char * nsp_regex
 
char * rel_regex
 
bool heap_only
 
bool btree_only
 
bool matched
 

Detailed Description

Definition at line 33 of file pg_amcheck.c.

Field Documentation

◆ btree_only

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().

◆ db_regex

◆ heap_only

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().

◆ matched

bool PatternInfo::matched

Definition at line 45 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db(), and main().

◆ nsp_regex

char* PatternInfo::nsp_regex

◆ pattern

const char* PatternInfo::pattern

◆ rel_regex

char* PatternInfo::rel_regex

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