summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_global.sql
Commit message (Collapse)AuthorAgeFilesLines
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-241-5/+5
| | | | | | This changes a bunch of incidentially used constructs in the PL/Python regression tests to equivalent constructs in cases where Python 3 no longer supports the old syntax. Support for older Python versions is unchanged.
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-0/+38
of the previous monolithic setup-create-run sequence, that was apparently inherited from a previous test infrastructure, but makes working with the tests and adding new ones weird.