Re: Vacuum full error No one parent tuple - Mailing list pgsql-novice

From Tom Lane
Subject Re: Vacuum full error No one parent tuple
Date
Msg-id 17998.1039033504@sss.pgh.pa.us
Whole thread Raw
In response to Vacuum full error No one parent tuple  ("Patrick Hatcher" <PHatcher@macys.com>)
List pgsql-novice
"Patrick Hatcher" <PHatcher@macys.com> writes:
> process has creeped up to about 20 mins.  So I tried a Vacuum Full Analyze.
> The process stops and I get an error: No one parent tuple was found.

This is a known bug in 7.2 --- IIRC, vacuum can get confused by some
situations involving rollback after SELECT FOR UPDATE.  It's pretty
harmless other than preventing you from using VACUUM FULL.

You can update to 7.3 to get the fix, or I think that just doing a
dummy SELECT * FOR UPDATE will clear the condition.

7.2.3 fixes some but not all cases of this, so an update to 7.2.3
might or might not help.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Warren Massengill"
Date:
Subject: Re: Copy entire file as one field
Next
From: "Patrick Hatcher"
Date:
Subject: Re: Vacuum full error No one parent tuple