Re: HOT Patch - Ready for review

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: HOT Patch - Ready for review
Дата
Msg-id 46276D64.6040909@enterprisedb.com
обсуждение исходный текст
Ответ на HOT Patch - Ready for review  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: HOT Patch - Ready for review
Список pgsql-patches
Pavan Deolasee wrote:
> Please find the attached HOT patch, which I think is now ready for
> review.

What's the purpose of the "HeapScanHintPagePrune" mechanism in index
builds? I lost track of the discussion on create index, is the it
necessary for correctness? A comment in IndexBuildHeapScan explaining
why it's done would be nice. In any case a PG_TRY/CATCH block should be
used to make sure it's turned off after an unsuccessful index build.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT + MVCC-safe cluster conflict fix
Следующее
От: Koichi Suzuki
Дата:
Сообщение: Re: [HACKERS] Full page writes improvement, code update