Re: holdable cursors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: holdable cursors
Дата
Msg-id 5402.1049055249@sss.pgh.pa.us
обсуждение исходный текст
Ответ на holdable cursors  (Neil Conway <neilc@samurai.com>)
Ответы Re: holdable cursors  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> - I needed to change the tuple store API slightly -- it assumes that it
> won't be used to hold data across transaction boundaries, so the temp
> files that it uses for on-disk storage are automatically reclaimed at
> end-of-transaction. I added a flag to tuplestore_begin_heap() to control
> this behavior. Is changing the tuple store API in this fashion OK?

What do you do to ensure the temp files *do* get cleaned up eventually?

> To workaround this, I've temporarily hacked up a solution
> that works,

I'm not real pleased with the fact that this patch has already been
applied while it still contains a "temporary hack".  Please fix this
soon.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Adding Rendezvous support to postmaster
Следующее
От: Neil Conway
Дата:
Сообщение: Re: holdable cursors