Files
postgresql/src/pl/plpython/expected
Peter Eisentraut 7d8679975f Update expected files for older Python versions
neglected in commit fa03769e4c4bf0911da71fba2501006b05ea195a
2018-05-03 20:29:54 -04:00
..
2017-05-25 14:41:43 -04:00

Guide to alternative expected files:

plpython_error_0.out			Python 2.4 and older
plpython_error_5.out			Python 3.5 and newer

plpython_unicode.out			server encoding != SQL_ASCII
plpython_unicode_3.out			server encoding == SQL_ASCII

plpython_subtransaction_0.out	Python 2.4 and older (without with statement)
plpython_subtransaction_5.out	Python 2.5 (without with statement)

plpython_types_3.out			Python 3.x