Обсуждение: pgsql: Provide for testing on python3 modules when under MSVC

Поиск
Список
Период
Сортировка

pgsql: Provide for testing on python3 modules when under MSVC

От
Andrew Dunstan
Дата:
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
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c1f3638d21a000ea93d4ebcf7e1f34fa92f4cc35

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