PostgreSQL Source Code git master
|
Data Fields | |
CatCache * | cache |
uint32 | hash_value |
bool | list |
bool | dead |
struct CatCInProgress * | next |
Definition at line 52 of file catcache.c.
CatCache* CatCInProgress::cache |
Definition at line 54 of file catcache.c.
Referenced by CatalogCacheCompareTuple(), CatalogCacheComputeHashValue(), CatalogCacheComputeTupleHashValue(), CatalogCacheCreateEntry(), CatalogCacheFlushCatalog(), CatalogCacheInitializeCache(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), GetCatCacheHashValue(), IndexScanOK(), InitCatCachePhase2(), ResetCatalogCache(), ResetCatalogCachesExt(), SearchCatCache(), SearchCatCache1(), SearchCatCache2(), SearchCatCache3(), SearchCatCache4(), SearchCatCacheInternal(), SearchCatCacheList(), and SearchCatCacheMiss().
bool CatCInProgress::dead |
Definition at line 57 of file catcache.c.
Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().
uint32 CatCInProgress::hash_value |
Definition at line 55 of file catcache.c.
Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().
bool CatCInProgress::list |
Definition at line 56 of file catcache.c.
Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().
struct CatCInProgress* CatCInProgress::next |
Definition at line 58 of file catcache.c.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), ResetCatalogCache(), and SearchCatCacheList().