pgsql: Attempt to get plpython regression tests working again for MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attempt to get plpython regression tests working again for MSVC
Date: 2014-04-16 17:51:22
Message-ID: E1WaTzW-0001wA-76@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to get plpython regression tests working again for MSVC builds.

This has probably been broken for quite a long time. Buildfarm member
currawong's current results suggest that it's been broken since 9.1, so
backpatch this to that branch.

This only supports Python 2 - I will handle Python 3 separately, but
this is a fairly simple fix.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/vcregress.pl | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-16 18:00:18 Re: pgsql: Attempt to get plpython regression tests working again for MSVC
Previous Message Andrew Dunstan 2014-04-16 17:51:09 pgsql: Attempt to get plpython regression tests working again for MSVC