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:
8
src/timezone/pgtz.h
Normal file
8
src/timezone/pgtz.h
Normal 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);
|
Reference in New Issue
Block a user