PostgreSQL Source Code  git master
cached_re_str Struct Reference

Data Fields

MemoryContext cre_context
 
char * cre_pat
 
int cre_pat_len
 
int cre_flags
 
Oid cre_collation
 
regex_t cre_re
 

Detailed Description

Definition at line 102 of file regexp.c.

Field Documentation

◆ cre_collation

Oid cached_re_str::cre_collation

Definition at line 108 of file regexp.c.

Referenced by RE_compile_and_cache().

◆ cre_context

MemoryContext cached_re_str::cre_context

Definition at line 104 of file regexp.c.

Referenced by RE_compile_and_cache().

◆ cre_flags

int cached_re_str::cre_flags

Definition at line 107 of file regexp.c.

Referenced by RE_compile_and_cache().

◆ cre_pat

char* cached_re_str::cre_pat

Definition at line 105 of file regexp.c.

Referenced by RE_compile_and_cache().

◆ cre_pat_len

int cached_re_str::cre_pat_len

Definition at line 106 of file regexp.c.

Referenced by RE_compile_and_cache().

◆ cre_re

regex_t cached_re_str::cre_re

Definition at line 109 of file regexp.c.

Referenced by RE_compile_and_cache().


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