|
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 391 of file formatting.c.
| int NUMCacheEntry::age |
Definition at line 396 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
| FormatNode NUMCacheEntry::format[NUM_CACHE_SIZE+1] |
Definition at line 393 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
| NUMDesc NUMCacheEntry::Num |
Definition at line 397 of file formatting.c.
Referenced by NUM_cache(), and NUM_cache_fetch().
| char NUMCacheEntry::str[NUM_CACHE_SIZE+1] |
Definition at line 394 of file formatting.c.
Referenced by NUM_cache_getnew(), and NUM_cache_search().
| bool NUMCacheEntry::valid |
Definition at line 395 of file formatting.c.
Referenced by NUM_cache_fetch(), NUM_cache_getnew(), and NUM_cache_search().