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: | [email protected] |
Views: | Whole Thread | Raw Message | 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
Modified Files
--------------
configure | 6 ++++++
configure.in | 1 +
2 files changed, 7 insertions(+)
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 |
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" |