Re: [PATCHES] HOT Patch - Ready for review

2007-04-20 Thread Pavan Deolasee
On 4/19/07, Heikki Linnakangas <[EMAIL PROTECTED]> wrote: 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? Its not required strictly for correctness, but it helps us prune the HOT

Re: [PATCHES] HOT Patch - Ready for review

2007-04-19 Thread Heikki Linnakangas
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 ex

Re: [PATCHES] HOT Patch - Ready for review

2007-04-06 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Pa