PostgreSQL Source Code  git master
SearchPathCacheKey Struct Reference

Data Fields

const char * searchPath
 
Oid roleid
 

Detailed Description

Definition at line 167 of file namespace.c.

Field Documentation

◆ roleid

Oid SearchPathCacheKey::roleid

Definition at line 170 of file namespace.c.

Referenced by spcache_insert(), and spcache_lookup().

◆ searchPath

const char* SearchPathCacheKey::searchPath

Definition at line 169 of file namespace.c.

Referenced by spcache_insert(), and spcache_lookup().


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