PostgreSQL Source Code  git master
NUMCacheEntry Struct Reference

Data Fields

FormatNode format [NUM_CACHE_SIZE+1]
 
char str [NUM_CACHE_SIZE+1]
 
bool valid
 
int age
 
NUMDesc Num
 

Detailed Description

Definition at line 377 of file formatting.c.

Field Documentation

◆ age

int NUMCacheEntry::age

Definition at line 382 of file formatting.c.

Referenced by NUM_cache_getnew(), and NUM_cache_search().

◆ format

FormatNode NUMCacheEntry::format[NUM_CACHE_SIZE+1]

Definition at line 379 of file formatting.c.

Referenced by NUM_cache(), and NUM_cache_fetch().

◆ Num

NUMDesc NUMCacheEntry::Num

Definition at line 383 of file formatting.c.

Referenced by NUM_cache(), and NUM_cache_fetch().

◆ str

char NUMCacheEntry::str[NUM_CACHE_SIZE+1]

Definition at line 380 of file formatting.c.

Referenced by NUM_cache_getnew(), and NUM_cache_search().

◆ valid

bool NUMCacheEntry::valid

Definition at line 381 of file formatting.c.

Referenced by NUM_cache_fetch(), NUM_cache_getnew(), and NUM_cache_search().


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