PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PatternInfo Struct Reference

Data Fields

const charpattern
 
chardb_regex
 
charnsp_regex
 
charrel_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(), and append_relation_pattern_helper().

◆ db_regex

◆ heap_only

bool PatternInfo::heap_only

Definition at line 41 of file pg_amcheck.c.

Referenced by append_rel_pattern_raw_cte(), and append_relation_pattern_helper().

◆ matched

bool PatternInfo::matched

Definition at line 45 of file pg_amcheck.c.

Referenced by compile_relation_list_one_db().

◆ nsp_regex

◆ pattern

◆ rel_regex

char* PatternInfo::rel_regex

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