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

#include <namespace.h>

Data Fields

Listschemas
 
bool addCatalog
 
bool addTemp
 
uint64 generation
 

Detailed Description

Definition at line 77 of file namespace.h.

Field Documentation

◆ addCatalog

bool SearchPathMatcher::addCatalog

Definition at line 80 of file namespace.h.

Referenced by CopySearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

◆ addTemp

bool SearchPathMatcher::addTemp

Definition at line 81 of file namespace.h.

Referenced by CopySearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

◆ generation

uint64 SearchPathMatcher::generation

Definition at line 82 of file namespace.h.

Referenced by CopySearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().

◆ schemas

List* SearchPathMatcher::schemas

Definition at line 79 of file namespace.h.

Referenced by CopySearchPathMatcher(), and SearchPathMatchesCurrentEnvironment().


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