PostgreSQL Source Code git master
CatCInProgress Struct Reference

Data Fields

CatCachecache
 
uint32 hash_value
 
bool list
 
bool dead
 
struct CatCInProgressnext
 

Detailed Description

Definition at line 52 of file catcache.c.

Field Documentation

◆ cache

◆ dead

bool CatCInProgress::dead

Definition at line 57 of file catcache.c.

Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().

◆ hash_value

uint32 CatCInProgress::hash_value

Definition at line 55 of file catcache.c.

Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().

◆ list

bool CatCInProgress::list

Definition at line 56 of file catcache.c.

Referenced by CatalogCacheCreateEntry(), and SearchCatCacheList().

◆ next

struct CatCInProgress* CatCInProgress::next

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