PostgreSQL Source Code: DCHCacheEntry Struct Reference (original) (raw)
Data Fields | |
---|---|
FormatNode | format [DCH_CACHE_SIZE+1] |
char | str [DCH_CACHE_SIZE+1] |
bool | std |
bool | valid |
int | age |
Detailed Description
Definition at line 394 of file formatting.c.
Field Documentation
◆ age
int DCHCacheEntry::age
Definition at line 400 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
◆ format
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().
◆ std
bool DCHCacheEntry::std
Definition at line 398 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
◆ str
char DCHCacheEntry::str[DCH_CACHE_SIZE+1]
Definition at line 397 of file formatting.c.
Referenced by DCH_cache_getnew(), and DCH_cache_search().
◆ valid
bool DCHCacheEntry::valid
Definition at line 399 of file formatting.c.
Referenced by DCH_cache_fetch(), DCH_cache_getnew(), and DCH_cache_search().
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/formatting.c