Re: Vacuum/visibility is busted - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Vacuum/visibility is busted
Date
Msg-id 20130208043818.GF5172@alvh.no-ip.org
Whole thread Raw
In response to Re: Vacuum/visibility is busted  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Vacuum/visibility is busted
Re: Vacuum/visibility is busted
Re: Vacuum/visibility is busted
List pgsql-hackers
Alvaro Herrera escribió:
> Alvaro Herrera escribió:
>
> > Hm, if the foreign key patch is to blame, this sounds like these tuples
> > had a different set of XMAX hint bits and a different Xmax, and they
> > were clobbered by something like vacuum or page pruning.
>
> Hm, I think heap_freeze_tuple is busted, yes.

This patch seems to fix the problem for me.  Please confirm.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: issues with range types, btree_gist and constraints
Next
From: Tom Dunstan
Date:
Subject: Re: [JDBC] JPA + enum == Exception