PostgreSQL Source Code
git master
|
#include <datetime.h>
Data Fields | |
Size | tblsize |
int | numabbrevs |
datetkn | abbrevs [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 215 of file datetime.h.
datetkn TimeZoneAbbrevTable::abbrevs[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 219 of file datetime.h.
Referenced by ConvertTimeZoneAbbrevs(), DecodeTimezoneAbbrev(), DecodeTimezoneAbbrevPrefix(), and pg_timezone_abbrevs().
int TimeZoneAbbrevTable::numabbrevs |
Definition at line 218 of file datetime.h.
Referenced by ConvertTimeZoneAbbrevs(), DecodeTimezoneAbbrev(), DecodeTimezoneAbbrevPrefix(), and pg_timezone_abbrevs().
Size TimeZoneAbbrevTable::tblsize |
Definition at line 217 of file datetime.h.
Referenced by ConvertTimeZoneAbbrevs(), and FetchDynamicTimeZone().