Re: TupleDesc refcounting

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: TupleDesc refcounting
Дата
Msg-id 1137955825.8798.48.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: TupleDesc refcounting  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: TupleDesc refcounting
Список pgsql-patches
On Sun, 2006-01-22 at 13:43 -0500, Tom Lane wrote:
> I object ... this is still trying to enforce tupdesc refcounting on much
> more of the system than I think useful or prudent.

Well, the patch adds management of TupleDesc refcounts solely for the
return value of lookup_rowtype_tupdesc(). If we're going to use
reference counting there at all, I don't see a way do make the
refcounting any less invasive.

-Neil



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TupleDesc refcounting
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Allow an alias for the target table in UPDATE/DELETE