pgsql: Provide for testing on python3 modules when under MSVC - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Provide for testing on python3 modules when under MSVC
Date
Msg-id E1fEgqn-0001te-EB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Provide for testing on python3 modules when under MSVC

This should have been done some years ago as promised in commit
c4dcdd0c2. However, better late than never.

Along the way do a little housekeeping, including using a simpler test
for the python version being tested, and removing a redundant subroutine
parameter. These changes only apply back to release 9.5.

Backpatch to all live releases.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/56a45646d49b6c033adc42469f8e4361f82440a2

Modified Files
--------------
src/tools/msvc/Install.pm   |  6 +--
src/tools/msvc/vcregress.pl | 91 ++++++++++++++++++++++++++++++++-------------
2 files changed, 68 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Allow MSYS as well as MINGW in Msys uname
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Don't mark pages all-visible spuriously