PL/Python: Fix return in the middle of PG_TRY() block.

Поиск
Список
Период
Сортировка
От Xing Guo
Тема PL/Python: Fix return in the middle of PG_TRY() block.
Дата
Msg-id CACpMh+CMsGMRKFzFMm3bYTzQmMU5nfEEoEDU2apJcc4hid36AQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: PL/Python: Fix return in the middle of PG_TRY() block.  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
Hi hackers,

I was running static analyser against PostgreSQL and found there're 2
return statements in PL/Python module which is not safe. Patch is
attached.

-- 
Best Regards,
Xing

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Add new GUC createrole_self_grant.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: allowing for control over SET ROLE