Re: HOT synced with HEAD - Mailing list pgsql-patches

From Pavan Deolasee
Subject Re: HOT synced with HEAD
Date
Msg-id 2e78013d0709161030l1439ba70x2668ba50ca79e322@mail.gmail.com
Whole thread Raw
In response to Re: HOT synced with HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: HOT synced with HEAD
List pgsql-patches


On 9/16/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:


BTW, I'm in process of taking out the separate HEAPTUPLE_DEAD_CHAIN
return value from HeapTupleSatisfiesVacuum.


I agree. I myself suggested doing so earlier in the discussion (I actually
even removed this before I sent out the add-on patch last night, but then
reverted back because I realized at least it is required at one place)
The place where I thought its required is to avoid marking an index tuple dead
even though the corresponding root tuple is dead and the root tuple was
HOT updated. But seems like you have already put in a different mechanism
to handle that. So we should be able to get rid of HEAPTUPLE_DEAD_CHAIN.

Thanks,
Pavan




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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: HOT synced with HEAD
Next
From: Tom Lane
Date:
Subject: Re: HOT synced with HEAD