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)
commitd6d2c08732b8f7346bd0a51a336647473529a877
tree313a09b8e797892b467866511fd5f1f5dc974be1
parent82cb6d2b756fc841a903812b73d72936a227c645
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