Re: HOT + MVCC-safe cluster conflict fix - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: HOT + MVCC-safe cluster conflict fix
Date
Msg-id 2e78013d0704190618i186ae8c9m4112af8deec9fb16@mail.gmail.com
Whole thread Raw
In response to HOT + MVCC-safe cluster conflict fix  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches

On 4/19/07, Heikki Linnakangas <heikki@enterprisedb.com> 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 them all as normal cold
updates.


Thanks Heikki. We might need to tweak it a bit because I think I had
made an assumption that heap_hot_fetch() should be called only on
the root tuple. Anyways, would look at it.

Thanks

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: HOT + MVCC-safe cluster conflict fix
Next
From: Heikki Linnakangas
Date:
Subject: Re: HOT Patch - Ready for review