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

#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
 
CatCachemy_cache
 
CatCTupmembers [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 157 of file catcache.h.

Field Documentation

◆ cache_elem

dlist_node catclist::cache_elem

Definition at line 163 of file catcache.h.

◆ cl_magic

int catclist::cl_magic

Definition at line 165 of file catcache.h.

◆ dead

bool catclist::dead

Definition at line 177 of file catcache.h.

◆ hash_value

uint32 catclist::hash_value

Definition at line 168 of file catcache.h.

◆ keys

Datum catclist::keys[CATCACHE_MAXKEYS]

Definition at line 174 of file catcache.h.

◆ members

CatCTup* catclist::members[FLEXIBLE_ARRAY_MEMBER]

Definition at line 182 of file catcache.h.

◆ my_cache

CatCache* catclist::my_cache

Definition at line 181 of file catcache.h.

◆ n_members

int catclist::n_members

Definition at line 180 of file catcache.h.

◆ nkeys

short catclist::nkeys

Definition at line 179 of file catcache.h.

Referenced by SearchSysCacheList().

◆ ordered

bool catclist::ordered

Definition at line 178 of file catcache.h.

◆ refcount

int catclist::refcount

Definition at line 176 of file catcache.h.


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