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

2007-04-26 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. --- He

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

[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 Linnakang