1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-13 12:22:55 +03:00
Files
postgres/src/pl/plpython/expected
Peter Eisentraut 27c405d61a Enhanced error context support in PL/Python
Extract the "while creating return value" and "while modifying trigger
row" parts of some error messages into another layer of error context.
This will simplify the upcoming patch to improve data type support, but
it can stand on its own.
2009-08-25 12:44:59 +00:00
..

Guide to alternative expected files:

plpython_error_2.out		Python 2.2, 2.3, 2.4
plpython_error.out			Python 2.5, 2.6

plpython_unicode_2.out		Python 2.2
plpython_unicode_3.out		Python 2.3, 2.4
plpython_unicode.out		Python 2.5, 2.6