pgsql: Enable transforms modules to build and test on Cygwin. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Enable transforms modules to build and test on Cygwin.
Date
Msg-id E1ZGSq7-0005Sg-Ox@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Enable transforms modules to build and test on Cygwin.

This still doesn't work correctly with Python 3, but I am committing
this so we can get Cygwin buildfarm members building with Python 2.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
contrib/hstore_plperl/Makefile   |    4 ++++
contrib/hstore_plpython/Makefile |    5 +++++
contrib/ltree_plpython/Makefile  |    5 +++++
3 files changed, 14 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Enable transforms modules to build and test on Cygwin.
Next
From: Tom Lane
Date:
Subject: pgsql: Make WaitLatchOrSocket's timeout detection more robust.