pgsql: Enable transforms tests for python 2 on MSVC builds - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Enable transforms tests for python 2 on MSVC builds
Date
Msg-id E1YnWBw-0006l6-RW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Enable transforms tests for python 2 on MSVC builds

Currently regression tests for python 3 are disabled on MSVC, and these
tests fail with python 3, too, so we have some work to do to enable
both. Meanwhile, all the buildfarm hosts seem to be building with python
2 anyway, so this at least gets us some coverage.

Original patch from Michael Paquier, significantly modified by me.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/vcregress.pl |   42 ++++++++++++++++++++++++++++++++++++++----
1 file changed, 38 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Introduce replication progress tracking infrastructure.
Next
From: Robert Haas
Date:
Subject: pgsql: Attempt to fix some compiler warnings.