mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
#ifndef HAVE_SYMLINK #define HAVE_SYMLINK 0 #endif
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
|
||||||
|
#ifndef HAVE_SYMLINK
|
||||||
|
#define HAVE_SYMLINK 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NOID
|
#define NOID
|
||||||
#define TZDIR pgwin32_TZDIR()
|
#define TZDIR pgwin32_TZDIR()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user