pgsql: Fix MSVC builds for contrib transforms modules.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix MSVC builds for contrib transforms modules.
Date: 2015-04-28 15:47:46
Message-ID: E1Yn7je-0007J8-2e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix MSVC builds for contrib transforms modules.

With this patch the MSVC build and installation will work correctly with
the transforms. However the python transform tests for hstore and ltree
are still disabled pending some further adjustments.

Michael Paquier with some tweaks from me.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/Install.pm | 9 +-
src/tools/msvc/Mkvcbuild.pm | 313 +++++++++++++++++++++++++++----------------
src/tools/msvc/vcregress.pl | 10 +-
3 files changed, 211 insertions(+), 121 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-04-28 15:51:13 Re: pgsql: Add transforms feature
Previous Message Alvaro Herrera 2015-04-28 14:33:20 pgsql: Protect against multixact members wraparound