|
PostgreSQL Source Code git master
|
Data Fields | |
| SearchPathCacheKey | key |
| List * | oidlist |
| List * | finalPath |
| Oid | firstNS |
| bool | temp_missing |
| bool | forceRecompute |
| char | status |
Definition at line 172 of file namespace.c.
| List* SearchPathCacheEntry::finalPath |
Definition at line 176 of file namespace.c.
Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().
| Oid SearchPathCacheEntry::firstNS |
Definition at line 177 of file namespace.c.
Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().
| bool SearchPathCacheEntry::forceRecompute |
Definition at line 179 of file namespace.c.
Referenced by cachedNamespacePath(), and spcache_insert().
| SearchPathCacheKey SearchPathCacheEntry::key |
Definition at line 174 of file namespace.c.
Referenced by spcache_insert(), and spcache_lookup().
| List* SearchPathCacheEntry::oidlist |
Definition at line 175 of file namespace.c.
Referenced by cachedNamespacePath(), and spcache_insert().
| char SearchPathCacheEntry::status |
Definition at line 182 of file namespace.c.
| bool SearchPathCacheEntry::temp_missing |
Definition at line 178 of file namespace.c.
Referenced by cachedNamespacePath(), recomputeNamespacePath(), and spcache_insert().