pgsql: Adjust PL/Python regression tests some more for Python 3.3. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Adjust PL/Python regression tests some more for Python 3.3.
Date
Msg-id E1TASkN-0006Es-G5@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/770556d6c69c4edf219d4ace2e4fb29a1f2c35df

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix PARAM_EXEC assignment mechanism to be safe in the presence o
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust PL/Python regression tests some more for Python 3.3.