pgsql: PL/Python: Adjust the regression tests for Python 3.4

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Adjust the regression tests for Python 3.4
Date: 2014-04-30 02:34:27
Message-ID: E1WfKLr-0001kV-Ls@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Python: Adjust the regression tests for Python 3.4

The error test case in the plpython_do test resulted in a slightly
different error message with Python 3.4. So pick a different way to
test it that avoids that and is perhaps also a bit clearer.

Branch
------
master

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

Modified Files
--------------
src/pl/plpython/expected/plpython_do.out | 6 +++---
src/pl/plpython/sql/plpython_do.sql | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-30 08:07:58 pgsql: Add missing SYSTEMQUOTEs
Previous Message Peter Eisentraut 2014-04-30 01:35:49 pgsql: Fix whitespace