PostgreSQL Source Code  git master
SearchPathCacheEntry Struct Reference

Data Fields

SearchPathCacheKey key
 
Listoidlist
 
ListfinalPath
 
Oid firstNS
 
bool temp_missing
 
bool forceRecompute
 
char status
 

Detailed Description

Definition at line 173 of file namespace.c.

Field Documentation

◆ finalPath

List* SearchPathCacheEntry::finalPath

Definition at line 177 of file namespace.c.

Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().

◆ firstNS

Oid SearchPathCacheEntry::firstNS

Definition at line 178 of file namespace.c.

Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().

◆ forceRecompute

bool SearchPathCacheEntry::forceRecompute

Definition at line 180 of file namespace.c.

Referenced by cachedNamespacePath(), and spcache_insert().

◆ key

SearchPathCacheKey SearchPathCacheEntry::key

Definition at line 175 of file namespace.c.

Referenced by spcache_insert(), and spcache_lookup().

◆ oidlist

List* SearchPathCacheEntry::oidlist

Definition at line 176 of file namespace.c.

Referenced by cachedNamespacePath(), and spcache_insert().

◆ status

char SearchPathCacheEntry::status

Definition at line 183 of file namespace.c.

◆ temp_missing

bool SearchPathCacheEntry::temp_missing

Definition at line 179 of file namespace.c.

Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().


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