PostgreSQL Source Code  git master
catctup Struct Reference

#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 catclistc_list
 
CatCachemy_cache
 

Detailed Description

Definition at line 86 of file catcache.h.

Field Documentation

◆ c_list

◆ cache_elem

dlist_node catctup::cache_elem

◆ ct_magic

int catctup::ct_magic

◆ dead

◆ hash_value

◆ keys

Datum catctup::keys[CATCACHE_MAXKEYS]

Definition at line 97 of file catcache.h.

Referenced by CatalogCacheCreateEntry(), CatCacheRemoveCTup(), and SearchCatCacheInternal().

◆ my_cache

CatCache* catctup::my_cache

◆ negative

bool catctup::negative

◆ refcount

◆ tuple


The documentation for this struct was generated from the following file: