Re: HOT Patch - Ready for review - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: HOT Patch - Ready for review
Date
Msg-id 46276D64.6040909@enterprisedb.com
Whole thread Raw
In response to HOT Patch - Ready for review  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: HOT Patch - Ready for review
List 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 by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: HOT + MVCC-safe cluster conflict fix
Next
From: Koichi Suzuki
Date:
Subject: Re: [HACKERS] Full page writes improvement, code update