MobilityDB 1.1
|
Go to the source code of this file.
Data Structures | |
struct | lsinfo |
struct | pg_tz |
struct | state |
struct | ttinfo |
Macros | |
#define | BIGGEST(a, b) (((a) > (b)) ? (a) : (b)) |
#define | SMALLEST(a, b) (((a) < (b)) ? (a) : (b)) |
Functions | |
int | pg_open_tzfile (const char *name, char *canonname) |
int | tzload (const char *name, char *canonname, struct state *sp, bool doextend) |
bool | tzparse (const char *name, struct state *sp, bool lastditch) |