Обсуждение: pgsql: Fix behavior when raising plpy.Fatal()

Поиск
Список
Период
Сортировка

pgsql: Fix behavior when raising plpy.Fatal()

От
Peter Eisentraut
Дата:
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(-)