Bruce Momjian <pgman@candle.pha.pa.us> writes: > Heikki Linnakangas wrote: >> Index tuples have commit info hint bits in them, don't they? You would >> still have to update those.
> Right, but consider that we would have to use the index to find the > matching reusable heap to begin with, so we could clear the hint bit. Not that easy: there's a race condition, ie, someone who's just visited the dead tuple might be on their way back to the index to set the hint bit. Have we killed this idea sufficiently dead yet? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly