Re: Error: No one parent tuple was found - Mailing list pgsql-general

From Tom Lane
Subject Re: Error: No one parent tuple was found
Date
Msg-id 26698.1051629029@sss.pgh.pa.us
Whole thread Raw
In response to Re: Error: No one parent tuple was found  (Sergio Pili <sergio.pili@spm.com.ar>)
List pgsql-general
Sergio Pili <sergio.pili@spm.com.ar> writes:
>> psql -d colabo -c "vacuum full verbose analyze"
>> ERROR:  No one parent tuple was found

AFAIK this can only happen if you have open transactions in parallel
with the VACUUM FULL.  Killing off the open transactions should allow
the VACUUM to complete.  See today's "Still getting VACUUM errors"
thread over in pgsql-admin.

BTW, if you cannot update to 7.3, at least update to 7.2.4 --- there are
some pretty nasty bugs in 7.2.1.

            regards, tom lane


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: Importing from Access 2000?
Next
From: Dennis Gearon
Date:
Subject: Re: Importing from Access 2000?