|
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.
Definition at line 133 of file catcache.h.
| dlist_node catctup::cache_elem |
Definition at line 96 of file catcache.h.
| int catctup::ct_magic |
Definition at line 98 of file catcache.h.
| bool catctup::dead |
Definition at line 122 of file catcache.h.
| uint32 catctup::hash_value |
Definition at line 101 of file catcache.h.
| Datum catctup::keys[CATCACHE_MAXKEYS] |
Definition at line 107 of file catcache.h.
| CatCache* catctup::my_cache |
Definition at line 135 of file catcache.h.
| bool catctup::negative |
Definition at line 123 of file catcache.h.
| int catctup::refcount |
Definition at line 121 of file catcache.h.
| HeapTupleData catctup::tuple |
Definition at line 124 of file catcache.h.