summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_error_1.out
Commit message (Collapse)AuthorAgeFilesLines
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-38/+0
| | | | | | 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.
* Manual attempt to update this file.Peter Eisentraut2009-01-161-12/+12
|
* Add variant expected file to cope with different spelling of a PythonTom Lane2005-07-241-0/+38
error message in Python 2.3 and before. Per Michael Fuhr and buildfarm results.