Thread: pgsql: Blind attempt at a Cygwin fix

pgsql: Blind attempt at a Cygwin fix

From
Alvaro Herrera
Date:
Blind attempt at a Cygwin fix

Further portability fix for a967613911f7.  Mingw- and MSVC-based builds
appear to be working fine, but Cygwin needs an extra tweak whereby the
new win32security.c file is explicitely added to the list of files to
build in pgport, per Cygwin members brolga and lorikeet.

Author: Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e9282e953205a2f3125fc8d1052bc01cb77cd2a3

Modified Files
--------------
configure    |    6 ++++++
configure.in |    1 +
2 files changed, 7 insertions(+)


Re: pgsql: Blind attempt at a Cygwin fix

From
Tom Lane
Date:
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Blind attempt at a Cygwin fix

According to
http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=brolga&dt=2016-01-08%2014%3A51%3A27

brolga now tries to compile win32security.c, which it evidently was not
doing before, but the compile blows up; looks like it is missing #include
calls (which must exist in other places where this code lives ...)

            regards, tom lane