PostgreSQL Source Code git master
Loading...
Searching...
No Matches
catctup Struct Reference

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

Detailed Description

Definition at line 88 of file catcache.h.

Field Documentation

◆ c_list

struct catclist* catctup::c_list

Definition at line 133 of file catcache.h.

◆ cache_elem

dlist_node catctup::cache_elem

Definition at line 96 of file catcache.h.

◆ ct_magic

int catctup::ct_magic

Definition at line 98 of file catcache.h.

◆ dead

bool catctup::dead

Definition at line 122 of file catcache.h.

◆ hash_value

uint32 catctup::hash_value

Definition at line 101 of file catcache.h.

◆ keys

Datum catctup::keys[CATCACHE_MAXKEYS]

Definition at line 107 of file catcache.h.

◆ my_cache

CatCache* catctup::my_cache

Definition at line 135 of file catcache.h.

◆ negative

bool catctup::negative

Definition at line 123 of file catcache.h.

◆ refcount

int catctup::refcount

Definition at line 121 of file catcache.h.

◆ tuple

HeapTupleData catctup::tuple

Definition at line 124 of file catcache.h.


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