Re: [PATCH] fix segfault with DO and plperl/plperlu

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: [PATCH] fix segfault with DO and plperl/plperlu
Дата
Msg-id m2q34d269d41004181404hef8dcf92l83bc4773cf451d58@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] fix segfault with DO and plperl/plperlu  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Apr 18, 2010 at 13:17, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alex Hunsaker <badalex@gmail.com> writes:
>> You get a segfault as we try to SvREFCNT_dec(...);
>
> Hmm.  I don't see a segfault on my machine, but I agree that this looks
> bogus.  I changed it to this order instead:
> [ ... ]
> so as to keep the "state restore" operations together.

Even better Thanks!


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: testing HS/SR - 1 vs 2 performance
Следующее
От: Koichi Suzuki
Дата:
Сообщение: Re: How to generate specific WAL records?