1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add Olson's public domain timezone library to src/timezone.

This commit is contained in:
Bruce Momjian
2004-04-30 04:09:23 +00:00
parent d51d870f9e
commit 6a2b75c2c8
31 changed files with 16039 additions and 0 deletions

8
src/timezone/pgtz.h Normal file
View File

@ -0,0 +1,8 @@
#include "postgres.h"
#define NOID
#define HAVE_SYMLINK 0
#define HAVE_SYS_WAIT_H 0
#define TZDIR pgwin32_TZDIR()
char *pgwin32_TZDIR(void);