]> granicus.if.org Git - postgresql/commit
Enhanced error context support in PL/Python
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 25 Aug 2009 12:44:59 +0000 (12:44 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 25 Aug 2009 12:44:59 +0000 (12:44 +0000)
commit27c405d61a909d11ded22ed0ac8038810e3f36e9
tree571f15a3ef2973787747dbc042d78bccf013696b
parent983d10833e62d8f6e79e09a060e4e539b3a916c5
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.
src/pl/plpython/expected/plpython_record.out
src/pl/plpython/expected/plpython_trigger.out
src/pl/plpython/expected/plpython_types.out
src/pl/plpython/expected/plpython_unicode.out
src/pl/plpython/expected/plpython_unicode_2.out
src/pl/plpython/expected/plpython_unicode_3.out
src/pl/plpython/expected/plpython_void.out
src/pl/plpython/plpython.c