PostgreSQL Source Code: SearchPathCacheEntry Struct Reference (original) (raw)
Data Fields | |
---|---|
SearchPathCacheKey | key |
List * | oidlist |
List * | finalPath |
Oid | firstNS |
bool | temp_missing |
bool | forceRecompute |
char | status |
Definition at line 173 of file namespace.c.
◆ finalPath
List* SearchPathCacheEntry::finalPath
◆ firstNS
Oid SearchPathCacheEntry::firstNS
◆ forceRecompute
bool SearchPathCacheEntry::forceRecompute
◆ key
◆ oidlist
List* SearchPathCacheEntry::oidlist
◆ status
char SearchPathCacheEntry::status
◆ temp_missing
bool SearchPathCacheEntry::temp_missing
The documentation for this struct was generated from the following file:
- src/backend/catalog/namespace.c