|
PostgreSQL Source Code git master
|
#include <catcache.h>
Definition at line 157 of file catcache.h.
| dlist_node catclist::cache_elem |
Definition at line 163 of file catcache.h.
| int catclist::cl_magic |
Definition at line 165 of file catcache.h.
| bool catclist::dead |
Definition at line 177 of file catcache.h.
| uint32 catclist::hash_value |
Definition at line 168 of file catcache.h.
| Datum catclist::keys[CATCACHE_MAXKEYS] |
Definition at line 174 of file catcache.h.
| CatCTup* catclist::members[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 182 of file catcache.h.
| CatCache* catclist::my_cache |
Definition at line 181 of file catcache.h.
| int catclist::n_members |
Definition at line 180 of file catcache.h.
| short catclist::nkeys |
Definition at line 179 of file catcache.h.
Referenced by SearchSysCacheList().
| bool catclist::ordered |
Definition at line 178 of file catcache.h.
| int catclist::refcount |
Definition at line 176 of file catcache.h.