Cygwin vs "win32" in configure - Mailing list pgsql-hackers

From Tom Lane
Subject Cygwin vs "win32" in configure
Date
Msg-id 30286.1426442588@sss.pgh.pa.us
Whole thread Raw
Responses Re: Cygwin vs "win32" in configure  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Buildfarm member brolga seems unhappy with my commit 91f4a5a that
restricted port/dirmod.c to being built only on "Windows".  Evidently
we need to build it when $PORTNAME = "cygwin" as well, which is fine;
but I'm a bit astonished that none of the other stuff inserted in the
"# Win32 support" stanza beginning at configure.in line 1440 is needed
for cygwin builds.  Is that really correct, or am I misunderstanding
what's happening here?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Itai Dor-On
Date:
Subject: Re: Crash on SRF execution
Next
From: Andres Freund
Date:
Subject: Re: Cygwin vs "win32" in configure