From: Tom Lane Date: Wed, 19 Oct 2016 23:28:11 +0000 (-0400) Subject: Windows portability fix. X-Git-Tag: REL9_1_24~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fadfe66497be1253064c1f19c4779a96d49e1ec4;p=thirdparty%2Fpostgresql.git Windows portability fix. Per buildfarm. --- diff --git a/src/timezone/zic.c b/src/timezone/zic.c index c24ad61dfb3..82311e6bd00 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -44,6 +44,9 @@ typedef int64 zic_t; #define MKDIR_UMASK 0755 #endif #endif +#ifndef S_ISLNK +#define S_ISLNK(m) 0 +#endif struct rule {