|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | ttinfo |
| struct | lsinfo |
| struct | state |
| struct | pg_tz |
Macros | |
| #define | TZ_RUNTIME_LEAPS 1 |
| #define | TZNAME_MAXIMUM 254 |
Typedefs | |
| typedef unsigned char | desigidx_type |
| typedef int_fast32_t | int_fast32_2s |
Enumerations | |
| enum | { CHARS_EXTRA = Max(sizeof UNSPEC, 2) - 1 } |
Functions | |
| int | pg_open_tzfile (const char *name, char *canonname) |
| bool | pg_tzload (const char *name, char *canonname, struct state *sp) |
Variables | |
| static char const | UNSPEC [] = "-00" |
Definition at line 65 of file findtimezone.c.
References fb(), MAXPGPATH, name, PG_BINARY, pg_TZDIR(), pg_TZDIR(), result, scan_directory_ci(), strlcpy(), and TZ_STRLEN_MAX.
Referenced by tzloadbody().
Definition at line 1590 of file localtime.c.
References fb(), gmtload(), name, tzload(), TZLOAD_TZSTRING, and tzparse().
Referenced by pg_load_tz(), pg_tzenumerate_next(), and pg_tzset().