From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: PL/Python: Make tests pass with Python 3.5 |
Date: | 2015-11-14 18:54:49 |
Message-ID: | E1ZxfyL-0008Ie-KH@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5.
For the plpython_error test, add a new expected file. In the
plpython_subtransaction test, we didn't really care what the exception
is, only that it is something coming from Python. So use a generic
exception instead, which has a message that doesn't vary across
versions.
Branch
------
REL9_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/a37ab812c7a2a99917e01f07ac4958712ea02637
Modified Files
--------------
src/pl/plpython/expected/README | 1 +
src/pl/plpython/expected/plpython_error_5.out | 428 ++++++++++++++++++++
.../plpython/expected/plpython_subtransaction.out | 12 +-
.../expected/plpython_subtransaction_0.out | 8 +-
.../expected/plpython_subtransaction_5.out | 8 +-
src/pl/plpython/sql/plpython_subtransaction.sql | 4 +-
6 files changed, 445 insertions(+), 16 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2015-11-14 19:00:59 | pgsql: Fix spelling error in postgresql.conf |
Previous Message | Bruce Momjian | 2015-11-14 16:47:19 | pgsql: pg_upgrade: properly detect file copy failure on Windows |