pgsql: Blind attempt at a Cygwin fix

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Blind attempt at a Cygwin fix
Date: 2016-01-08 14:49:51
Message-ID: E1aHYMR-0002J0-9K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-08 15:01:26 Re: pgsql: Blind attempt at a Cygwin fix
Previous Message Magnus Hagander 2016-01-08 07:57:09 pgsql: Fix typo in comment

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-01-08 15:00:58 Re: dblink: add polymorphic functions.
Previous Message Alvaro Herrera 2016-01-08 14:39:31 Re: New feature "... ALTER CONSTRAINT ... VERIFY USING INDEX"