Re: ON COMMIT temp table handling

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: ON COMMIT temp table handling
Дата
Msg-id 200211250254.gAP2spR28585@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: ON COMMIT temp table handling  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-patches
Gavin Sherry wrote:
> > The flag we being passed for the creation of the new heap, which was
> > going to be deleted anyway when the transaction finished.  Why bother
> > passing anything special for it?
>
> I see. I should have looked at the code itself. Sorry.

The problem is that the flag to heap_create_with_catalog now has so many
possible values that it isn't easy to find the value that exists for
the table being clustered, and because the temp heap goes away anyway
after the command, it isn't worth trying to figure out what it is.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: ON COMMIT temp table handling
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Hierarchical queries a la Oracle. Patch.