PostgreSQL Source Code
git master
|
Data Fields | |
FormatNode | format [NUM_CACHE_SIZE+1] |
char | str [NUM_CACHE_SIZE+1] |
bool | valid |
int | age |
NUMDesc | Num |
Definition at line 377 of file formatting.c.
int NUMCacheEntry::age |
Definition at line 382 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
FormatNode NUMCacheEntry::format[NUM_CACHE_SIZE+1] |
Definition at line 379 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
NUMDesc NUMCacheEntry::Num |
Definition at line 383 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
char NUMCacheEntry::str[NUM_CACHE_SIZE+1] |
Definition at line 380 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
bool NUMCacheEntry::valid |
Definition at line 381 of file formatting.c.
Referenced by NUM_cache_fetch(), NUM_cache_getnew(), and NUM_cache_search().