Skip to content

Commit 46050a3

Browse files
committed
Timezone code checks for HAVE_SYMLINK of zero, so use in pgtz.h:
#ifndef HAVE_SYMLINK #define HAVE_SYMLINK 0 #endif
1 parent 8270028 commit 46050a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/timezone/pgtz.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include "postgres.h"
22

3+
#ifndef HAVE_SYMLINK
4+
#define HAVE_SYMLINK 0
5+
#endif
6+
37
#define NOID
48
#define TZDIR pgwin32_TZDIR()
59

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy