|
PostgreSQL Source Code git master
|
#include <catcache.h>
Data Fields | |
| dlist_node | cache_elem |
| int | cl_magic |
| uint32 | hash_value |
| Datum | keys [CATCACHE_MAXKEYS] |
| int | refcount |
| bool | dead |
| bool | ordered |
| short | nkeys |
| int | n_members |
| CatCache * | my_cache |
| CatCTup * | members [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 160 of file catcache.h.
| dlist_node catclist::cache_elem |
Definition at line 166 of file catcache.h.
Referenced by CatCacheRemoveCList(), RehashCatCacheLists(), and SearchCatCacheList().
| int catclist::cl_magic |
Definition at line 168 of file catcache.h.
Referenced by SearchCatCacheList().
| bool catclist::dead |
Definition at line 180 of file catcache.h.
Referenced by CatCacheInvalidate(), ResetCatalogCache(), and SearchCatCacheList().
| uint32 catclist::hash_value |
Definition at line 171 of file catcache.h.
Referenced by RehashCatCacheLists(), and SearchCatCacheList().
| Datum catclist::keys[CATCACHE_MAXKEYS] |
Definition at line 177 of file catcache.h.
Referenced by CatCacheRemoveCList(), and SearchCatCacheList().
| CatCTup* catclist::members[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 185 of file catcache.h.
Referenced by AddRoleMems(), blvalidate(), brinvalidate(), btvalidate(), CatCacheRemoveCList(), 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(), roles_is_member_of(), SearchCatCacheList(), sepgsql_relation_drop(), spgproperty(), spgvalidate(), and transformFrameOffset().
| CatCache* catclist::my_cache |
Definition at line 184 of file catcache.h.
Referenced by CatCacheRemoveCList(), and SearchCatCacheList().
| int catclist::n_members |
Definition at line 183 of file catcache.h.
Referenced by AddRoleMems(), blvalidate(), brinvalidate(), btvalidate(), CatCacheRemoveCList(), 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(), initialize_revoke_actions(), opclass_for_family_datatype(), OpernameGetCandidates(), OpernameGetOprid(), plan_member_revoke(), plan_recursive_revoke(), plan_single_revoke(), roles_is_member_of(), SearchCatCacheList(), sepgsql_relation_drop(), spgproperty(), spgvalidate(), and transformFrameOffset().
| short catclist::nkeys |
Definition at line 182 of file catcache.h.
Referenced by CatCacheRemoveCList(), SearchCatCacheList(), and SearchSysCacheList().
| bool catclist::ordered |
Definition at line 181 of file catcache.h.
Referenced by FuncnameGetCandidates(), identify_opfamily_groups(), OpernameGetCandidates(), and SearchCatCacheList().
| int catclist::refcount |
Definition at line 179 of file catcache.h.
Referenced by CatCacheInvalidate(), CatCacheRemoveCList(), ReleaseCatCacheWithOwner(), ResetCatalogCache(), and SearchCatCacheList().