Re: pgsql: PL/Python: Fix potential NULL pointer dereference

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Дата
Msg-id 26463.1511886937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: PL/Python: Fix potential NULL pointer dereference  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: PL/Python: Fix potential NULL pointer dereference
Список pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> PL/Python: Fix potential NULL pointer dereference

I do not think it's correct to just "return" out of the middle
of a PG_TRY block --- doesn't that result in failing to pop the
PG_exception_stack and error_context_stack?
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Fix potential NULL pointer dereference
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach bitmap heap scan to cope with absence of a DSA.