Re: segfault with contrib lo

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: segfault with contrib lo
Дата
Msg-id CA+TgmoZxg9M68abs-Fst5q76b+RtBxbD2TZsoE7zNWmAWbRapA@mail.gmail.com
обсуждение исходный текст
Ответ на segfault with contrib lo  (Marc Cousin <cousinmarc@gmail.com>)
Ответы Re: segfault with contrib lo
Список pgsql-hackers
On Mon, Oct 7, 2013 at 12:32 PM, Marc Cousin <cousinmarc@gmail.com> wrote:
> I was using the lo contrib a few days ago and wasn't paying attention, and
> forgot the "for each row" in the create trigger command... PostgreSQL
> segfaulted, when the trigger tried to access the row's attributes.
>
> Please find attached a patch to control that the trigger is correctly defined
> (as in the example): a before trigger, for each row, and a parameter (if the
> parameter was omitted, it segfaulted too). I hope I did this correctly.

Thanks for the patch.  Please add it to the next CommitFest.

https://commitfest.postgresql.org/action/commitfest_view/open

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: old warning in docs
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch: FORCE_NULL option for copy COPY in CSV mode