Re: [PATCHES] Load distributed checkpoint V4

2007-04-19 Thread Heikki Linnakangas
ITAGAKI Takahiro wrote: Here is an updated version of LDC patch (V4). Thanks! I'll start testing. - Progress of checkpoint is controlled not only based on checkpoint_timeout but also checkpoint_segments. -- Now it works better with large checkpoint_timeout and small checkpoint_segments.

[PATCHES] HOT + MVCC-safe cluster conflict fix

2007-04-19 Thread Heikki Linnakangas
Hi Pavan, Here's a little patch against CVS HEAD + NewHOT-v7.0.patch to fix the conflict between MVCC-safe cluster and HOT. index_getnext is modified to return all tuples in a HOT chain when called with SnapshotAny. Cluster will insert them all as normal cold updates. -- Heikki

Re: [PATCHES] HOT + MVCC-safe cluster conflict fix

2007-04-19 Thread Pavan Deolasee
On 4/19/07, Heikki Linnakangas [EMAIL PROTECTED] wrote: Hi Pavan, Here's a little patch against CVS HEAD + NewHOT-v7.0.patch to fix the conflict between MVCC-safe cluster and HOT. index_getnext is modified to return all tuples in a HOT chain when called with SnapshotAny. Cluster will insert

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