|
PostgreSQL Source Code git master
|
#include <catcache.h>
Data Fields | |
| dlist_node | cache_elem |
| int | ct_magic |
| uint32 | hash_value |
| Datum | keys [CATCACHE_MAXKEYS] |
| 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 133 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), and SearchCatCacheList().
| dlist_node catctup::cache_elem |
Definition at line 96 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), RehashCatCache(), and SearchCatCacheInternal().
| int catctup::ct_magic |
Definition at line 98 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), ReleaseCatCacheWithOwner(), and ResOwnerPrintCatCache().
| bool catctup::dead |
Definition at line 122 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), SearchCatCacheInternal(), and SearchCatCacheList().
| uint32 catctup::hash_value |
Definition at line 101 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), RehashCatCache(), SearchCatCacheInternal(), and SearchCatCacheList().
| Datum catctup::keys[CATCACHE_MAXKEYS] |
Definition at line 107 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), and SearchCatCacheInternal().
| CatCache* catctup::my_cache |
Definition at line 135 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), and ResOwnerPrintCatCache().
| bool catctup::negative |
Definition at line 123 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), SearchCatCacheInternal(), and SearchCatCacheList().
| int catctup::refcount |
Definition at line 121 of file catcache.h.
Referenced by CatalogCacheCreateEntry(), CatCacheInvalidate(), CatCacheRemoveCList(), CatCacheRemoveCTup(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), ResOwnerPrintCatCache(), SearchCatCacheInternal(), SearchCatCacheList(), and SearchCatCacheMiss().
| HeapTupleData catctup::tuple |
Definition at line 124 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_hash_functions(), get_op_index_interpretation(), 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().