PostgreSQL Source Code
git master
|
Data Fields | |
FormatNode | format [DCH_CACHE_SIZE+1] |
char | str [DCH_CACHE_SIZE+1] |
bool | std |
bool | valid |
int | age |
Definition at line 368 of file formatting.c.
int DCHCacheEntry::age |
Definition at line 374 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
FormatNode DCHCacheEntry::format[DCH_CACHE_SIZE+1] |
Definition at line 370 of file formatting.c.
Referenced by datetime_format_has_tz(), datetime_to_char_body(), DCH_cache_fetch(), and do_to_timestamp().
bool DCHCacheEntry::std |
Definition at line 372 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
char DCHCacheEntry::str[DCH_CACHE_SIZE+1] |
Definition at line 371 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
bool DCHCacheEntry::valid |
Definition at line 373 of file formatting.c.
Referenced by DCH_cache_fetch(), DCH_cache_getnew(), and DCH_cache_search().