PostgreSQL Source Code  git master
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 32 of file pg_amcheck.c.

Field Documentation

◆ btree_only

bool PatternInfo::btree_only

Definition at line 42 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 40 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 44 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: