pgsql: Provide for testing on python3 modules when under MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Provide for testing on python3 modules when under MSVC
Date: 2018-05-04 19:58:41
Message-ID: E1fEgqn-0001tc-E1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/966268c7621c4bca534961440b497a3270395fc2

Modified Files
--------------
src/tools/msvc/Install.pm | 8 +---
src/tools/msvc/vcregress.pl | 94 +++++++++++++++++++++++++++++++--------------
2 files changed, 68 insertions(+), 34 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-05-04 21:26:20 pgsql: Don't mark pages all-visible spuriously
Previous Message Andrew Dunstan 2018-05-04 19:06:58 pgsql: Allow MSYS as well as MINGW in Msys uname