It may not be obvious to you, but the plpython regression tests

Bruce Momjian <bruce@momjian.us>

Commit: 9b59ddfb403af197c6ec8df8f8673bd9c033106d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-03-27T16:58:21Z
Releases: 7.4.1
It may not be obvious to you, but the plpython regression tests
include output that vary depending on the python build one is
running. Basically, the order of keys in a dictionary is
non-deterministic, and that part of the test fails for me regularly.

I rewrote the test to work around this problem, and include a patch
file with that change and the change to the expected otuput as well.

Mike Meyer

Files

PathChange+/−
src/pl/plpython/feature.expected modified +5 −5
src/pl/plpython/plpython_function.sql modified +6 −1