PostgreSQL Source Code  git master
DCHCacheEntry Struct Reference

Data Fields

FormatNode format [DCH_CACHE_SIZE+1]
 
char str [DCH_CACHE_SIZE+1]
 
bool std
 
bool valid
 
int age
 

Detailed Description

Definition at line 368 of file formatting.c.

Field Documentation

◆ age

int DCHCacheEntry::age

Definition at line 374 of file formatting.c.

Referenced by DCH_cache_getnew(), and DCH_cache_search().

◆ format

FormatNode DCHCacheEntry::format[DCH_CACHE_SIZE+1]

◆ std

bool DCHCacheEntry::std

Definition at line 372 of file formatting.c.

Referenced by DCH_cache_getnew(), and DCH_cache_search().

◆ str

char DCHCacheEntry::str[DCH_CACHE_SIZE+1]

Definition at line 371 of file formatting.c.

Referenced by DCH_cache_getnew(), and DCH_cache_search().

◆ valid

bool DCHCacheEntry::valid

Definition at line 373 of file formatting.c.

Referenced by DCH_cache_fetch(), DCH_cache_getnew(), and DCH_cache_search().


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