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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Adjust the regression tests for Python 3.4
Date: 2014-06-01 19:03:28
Message-ID: E1WrB2W-0005Wf-GC@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

PL/Python: Adjust the regression tests for Python 3.4

Back-patch commit d0765d50f429472d00554701ac6531c84d324811 into 9.3
and 9.2, which is as far back as we previously bothered to adjust the
regression tests for Python 3.3. Per gripe from Honza Horak.

Branch
------
REL9_3_STABLE

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

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 Andrew Dunstan 2014-06-01 23:13:12 pgsql: Improve the efficiency of certain jsonb get operations.
Previous Message Andres Freund 2014-05-31 14:01:34 pgsql: Improvements to the replication protocol documentation.