]> granicus.if.org Git - postgresql/commit
Adjust PL/Python regression tests some more for Python 3.3.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Sep 2012 21:39:02 +0000 (17:39 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 8 Sep 2012 21:39:02 +0000 (17:39 -0400)
commit45d1f1e024f99152fd0d06c62d0650f9ada33d5a
tree144400e363d664b514586ab836a94e27494260da
parent210eb9b743c0645df05e5c8be4490ba4f09fc871
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.
src/pl/plpython/expected/plpython_trigger.out
src/pl/plpython/sql/plpython_trigger.sql