pgsql: Fix PL/Python ereport() test to work on Python 2.3.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix PL/Python ereport() test to work on Python 2.3.
Date: 2016-04-09 20:44:58
Message-ID: E1aozkY-0004Xs-Tv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-09 23:31:10 pgsql: Micro-optimize GenericXLogFinish().
Previous Message Tom Lane 2016-04-09 20:39:40 pgsql: Get rid of GenericXLogUnregister().