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 394 of file formatting.c.
int DCHCacheEntry::age |
Definition at line 400 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
FormatNode DCHCacheEntry::format[DCH_CACHE_SIZE+1] |
Definition at line 396 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 398 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
char DCHCacheEntry::str[DCH_CACHE_SIZE+1] |
Definition at line 397 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
bool DCHCacheEntry::valid |
Definition at line 399 of file formatting.c.
Referenced by DCH_cache_fetch(), DCH_cache_getnew(), and DCH_cache_search().