Fix behavior when raising plpy.Fatal()

Peter Eisentraut <peter_e@gmx.net>

Commit: 804d13adfd2f66c70d8d95a606dde621b3213179
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-03-07T21:47:43Z
Releases: 9.1.0
Fix behavior when raising plpy.Fatal()

It should cause a elog(FATAL) error, and it fact it was simply causing
a elog(ERROR).

Jan Urbański

Files

PathChange+/−
src/pl/plpython/plpython.c modified +7 −2