Re: SRF memory leaks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SRF memory leaks
Дата
Msg-id 8259.1204145892@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SRF memory leaks  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> On Wed, 2008-02-27 at 15:07 -0500, Tom Lane wrote:
>> Negative refcount does not prove that the SRF itself hasn't
>> still got a pointer to the tupdesc.

> That sounds quite bizarre. The SRF has already finished execution at
> this point, so keeping a pointer to the tupledesc around would only make
> sense if you wanted to use that tupledesc on a *subsequent* invocation
> of the SRF.

Hmm ... actually I was worried about it being embedded in the returned
tuplestore, but I see tuplestore doesn't currently use a tupdesc at all,
so maybe it isn't that big a problem.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: DTrace probe patch for OS X Leopard
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: DTrace probe patch for OS X Leopard