[COMMITTERS] pgsql: Blind attempt at a Cygwin fix

2016-01-08 Thread Alvaro Herrera
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

Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix

2016-01-08 Thread Tom Lane
Alvaro Herrera 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

[COMMITTERS] pgsql: Revert "Blind attempt at a Cygwin fix"

2016-01-08 Thread Alvaro Herrera
Revert "Blind attempt at a Cygwin fix" This reverts commit e9282e953205a2f3125fc8d1052bc01cb77cd2a3, which blew up in a pretty spectacular way. Re-introduce the original code while we search for a real fix. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/46317211663