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