pgsql: Revert "PL/Python: Fix potential NULL pointer dereference"

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Revert "PL/Python: Fix potential NULL pointer dereference"
Дата
Msg-id E1eJl3K-0005ZX-D1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "PL/Python: Fix potential NULL pointer dereference"

This reverts commit e42e2f38907681c48c43f49c5ec9f9f41a9aa9a5.

It's not safe to return in the middle of a PG_TRY block, so this will
have to be done differently.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62546b4357f2aec46bb896fdbddfc0904a2d7920

Modified Files
--------------
src/pl/plpython/plpy_spi.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: If a range-partitioned table has no default partition,reject nu