pgsql: Fix behavior when raising plpy.Fatal() - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix behavior when raising plpy.Fatal()
Date
Msg-id E1PwiMX-0006wz-6V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/804d13adfd2f66c70d8d95a606dde621b3213179

Modified Files
--------------
src/pl/plpython/plpython.c |    9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve description of inquiry functions that accept regclass.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Report Python errors from iterators with PLy_elog