PostgreSQL Source Code git master
|
#include <catcache.h>
Data Fields | |
int | ct_magic |
uint32 | hash_value |
Datum | keys [CATCACHE_MAXKEYS] |
dlist_node | cache_elem |
int | refcount |
bool | dead |
bool | negative |
HeapTupleData | tuple |
struct catclist * | c_list |
CatCache * | my_cache |
Definition at line 88 of file catcache.h.
struct catclist* catctup::c_list |
Definition at line 132 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), and SearchCatCacheList().
dlist_node catctup::cache_elem |
Definition at line 106 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), RehashCatCache(), and SearchCatCacheInternal().
int catctup::ct_magic |
Definition at line 90 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), ReleaseCatCacheWithOwner(), and ResOwnerPrintCatCache().
bool catctup::dead |
Definition at line 121 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), SearchCatCacheInternal(), and SearchCatCacheList().
uint32 catctup::hash_value |
Definition at line 93 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), RehashCatCache(), SearchCatCacheInternal(), and SearchCatCacheList().
Datum catctup::keys[CATCACHE_MAXKEYS] |
Definition at line 99 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), and SearchCatCacheInternal().
CatCache* catctup::my_cache |
Definition at line 134 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), and ResOwnerPrintCatCache().
bool catctup::negative |
Definition at line 122 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), SearchCatCacheInternal(), and SearchCatCacheList().
int catctup::refcount |
Definition at line 120 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), ResOwnerPrintCatCache(), SearchCatCacheInternal(), SearchCatCacheList(), and SearchCatCacheMiss().
HeapTupleData catctup::tuple |
Definition at line 123 of file catcache.h.
Referenced by AddRoleMems(), blvalidate(), brinvalidate(), btvalidate(), CatalogCacheCreateEntry(), comparison_ops_are_compatible(), DelRoleMems(), equality_ops_are_compatible(), FindDefaultConversion(), FuncnameGetCandidates(), get_compatible_hash_operators(), get_mergejoin_opfamilies(), get_op_btree_interpretation(), get_op_hash_functions(), get_ordering_op_for_equality_op(), get_ordering_op_properties(), GetRelationPublications(), GetSchemaPublications(), ginvalidate(), gistvalidate(), hashvalidate(), identify_opfamily_groups(), opclass_for_family_datatype(), OpernameGetCandidates(), OpernameGetOprid(), plan_member_revoke(), plan_recursive_revoke(), plan_single_revoke(), ReleaseCatCacheWithOwner(), roles_is_member_of(), SearchCatCacheInternal(), SearchCatCacheList(), SearchCatCacheMiss(), sepgsql_relation_drop(), spgproperty(), spgvalidate(), and transformFrameOffset().