PostgreSQL Source Code git master
|
#include "utils/datetime.h"
Go to the source code of this file.
Data Structures | |
struct | tzEntry |
Typedefs | |
typedef struct tzEntry | tzEntry |
Functions | |
TimeZoneAbbrevTable * | load_tzoffsets (const char *filename) |
TimeZoneAbbrevTable * load_tzoffsets | ( | const char * | filename | ) |
Definition at line 449 of file tzparser.c.
References ALLOCSET_SMALL_SIZES, AllocSetContextCreate, ConvertTimeZoneAbbrevs(), CurrentMemoryContext, filename, GUC_check_errmsg, MemoryContextDelete(), MemoryContextSwitchTo(), palloc(), and ParseTzFile().
Referenced by check_timezone_abbreviations().