MobilityDB 1.3
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
pgtz.h File Reference
#include "pgtime.h"
#include "tzfile.h"

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)