Re: problems with table corruption continued - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject Re: problems with table corruption continued
Date
Msg-id 3705826352029646A3E91C53F7189E32518452@sectorbase2.sectorbase.com
Whole thread Raw
In response to problems with table corruption continued  ("Brian Hirt" <bhirt@mobygames.com>)
List pgsql-hackers
> > Looks like we have to add checks for the case
> > TransactionIdIsCurrentTransactionId(tuple->t_cmin) when
> > there is HEAP_MOVED_OFF or HEAP_MOVED_IN in t_infomask to
> > all HeapTupleSatisfies* in tqual.c as we do in
> > HeapTupleSatisfiesDirty - note comments about uniq btree-s there.
> 
> Sounds like a plan. Do you want to work on this, or shall I?

Sorry, I'm not able to do this fast enough for current pre-release stage -:(

Vadim


pgsql-hackers by date:

Previous
From: "Brian Hirt"
Date:
Subject: Re: problems with table corruption continued
Next
From: Tom Lane
Date:
Subject: Re: Concerns about this release