pgsql: Fix PL/Python ereport() test to work on Python 2.3. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix PL/Python ereport() test to work on Python 2.3.
Date
Msg-id E1aozkY-0004Xs-Tv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix PL/Python ereport() test to work on Python 2.3.

Per buildfarm.

Pavel Stehule

Branch
------
master

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

Modified Files
--------------
src/pl/plpython/expected/plpython_test.out | 24 ++++++++++++++----------
src/pl/plpython/sql/plpython_test.sql      |  8 ++++++--
2 files changed, 20 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Get rid of GenericXLogUnregister().
Next
From: Tom Lane
Date:
Subject: pgsql: Micro-optimize GenericXLogFinish().