Re: plpython crash on exception

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpython crash on exception
Дата
Msg-id 11332.1195756396@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plpython crash on exception  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: plpython crash on exception  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-patches
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Tom Lane escribi�:
>> This patch isn't acceptable because va_copy() isn't portable.
>>
>> I'm kinda wondering why PLy_printf and the functions after it even
>> exist.  They look like rather poorly done reimplementations of
>> functionality that exists elsewhere in the backend (eg, stringinfo.c).
>> In particular, why malloc and not palloc?

> See attached patch.

> I didn't bother to change the PLy_malloc and friends because I think
> that would be too much change for 8.3.  PLy_realloc is gone though
> because there are no callers left after this patch.

Yeah, that is about what I was thinking too.  Are you set up to
back-patch this as far as 7.3?  If so, please apply.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: plpython crash on exception
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: plpython crash on exception