pgsql: Fix behavior when raising plpy.Fatal()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix behavior when raising plpy.Fatal()
Дата
Msg-id E1PwiMX-0006wz-6V@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve description of inquiry functions that accept regclass.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Report Python errors from iterators with PLy_elog