Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> PL/Python: Fix potential NULL pointer dereference
I do not think it's correct to just "return" out of the middle
of a PG_TRY block --- doesn't that result in failing to pop the
PG_exception_stack and error_context_stack?
regards, tom lane