|
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 399 of file formatting.c.
| int NUMCacheEntry::age |
Definition at line 404 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
| FormatNode NUMCacheEntry::format[NUM_CACHE_SIZE+1] |
Definition at line 401 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
| NUMDesc NUMCacheEntry::Num |
Definition at line 405 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
| char NUMCacheEntry::str[NUM_CACHE_SIZE+1] |
Definition at line 402 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
| bool NUMCacheEntry::valid |
Definition at line 403 of file formatting.c.
Referenced by NUM_cache_fetch(), NUM_cache_getnew(), and NUM_cache_search().