[COMMITTERS] pgsql: Blind attempt at a Cygwin fix
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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
Re: [COMMITTERS] pgsql: Blind attempt at a Cygwin fix
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 #include calls (which must exist in other places where this code lives ...) regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
[COMMITTERS] pgsql: Revert "Blind attempt at a Cygwin fix"
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/463172116634423f8708ad9d7afb0f759a40cf2c Modified Files -- configure |6 -- configure.in|1 - src/bin/pg_ctl/pg_ctl.c |9 + 3 files changed, 9 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
