Re: Core dump running PL/Perl installcheck with bleadperl [PATCH]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Core dump running PL/Perl installcheck with bleadperl [PATCH]
Дата
Msg-id 299.1268174224@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Core dump running PL/Perl installcheck with bleadperl [PATCH]  (Tim Bunce <Tim.Bunce@pobox.com>)
Ответы Access violation from palloc, Visual Studio 2005, C-language function  ("Kevin Flanagan" <kevin-f@linkprior.com>)
Список pgsql-hackers
Tim Bunce <Tim.Bunce@pobox.com> writes:
> The attached patch fixes the problem by changing the SvTYPE check to use
> SvROK instead. Although I only tripped over one case, the patch changes
> all four uses of SvTYPE(sv) == SVt_RV. The remaining uses of SvTYPE are ok.

Applied back to 8.0.  7.4 seems not to contain any tests of this form.
        regards, tom lane


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: patch (for 9.1) string functions
Следующее
От: "Kevin Flanagan"
Дата:
Сообщение: Access violation from palloc, Visual Studio 2005, C-language function