PostgreSQL Source Code
git master
|
#include <catcache.h>
Data Fields | |
slist_head | ch_caches |
int | ch_ntup |
Definition at line 184 of file catcache.h.
slist_head catcacheheader::ch_caches |
Definition at line 186 of file catcache.h.
Referenced by CatalogCacheFlushCatalog(), InitCatCache(), PrepareToInvalidateCacheTuple(), and ResetCatalogCaches().
int catcacheheader::ch_ntup |
Definition at line 187 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), InitCatCache(), and SearchCatCacheMiss().