pgsql: Adjust PL/Python regression tests some more for Python 3.3.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust PL/Python regression tests some more for Python 3.3.
Date: 2012-09-08 21:39:23
Message-ID: E1TASkN-0006Eq-F8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust PL/Python regression tests some more for Python 3.3.

Commit 2cfb1c6f77734db81b6e74bcae630f93b94f69be fixed some issues caused
by Python 3.3 choosing to iterate through dict entries in a different order
than before. But here's another one: the test cases adjusted here made two
bad entries in a dict and expected the one complained of would always be
the same.

Possibly this should be back-patched further than 9.2, but there seems
little point unless the earlier fix is too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/45d1f1e024f99152fd0d06c62d0650f9ada33d5a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-09 19:09:32 pgsql: Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism b
Previous Message Tom Lane 2012-09-08 00:39:31 pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o