Enhanced error context support in PL/Python

Peter Eisentraut <peter_e@gmx.net>

Commit: 27c405d61a909d11ded22ed0ac8038810e3f36e9
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-08-25T12:44:59Z
Releases: 9.0.0
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.

Files