Re: VACUUM Error? - Mailing list pgsql-admin

From Tom Lane
Subject Re: VACUUM Error?
Date
Msg-id 18276.1141743166@sss.pgh.pa.us
Whole thread Raw
In response to VACUUM Error?  (Fabrice.Sznajderman@devoteam.com)
Responses Re: VACUUM Error?  (Fabrice.Sznajderman@devoteam.com)
List pgsql-admin
Fabrice.Sznajderman@devoteam.com writes:
> But I had error :"ERROR:  Parent tuple was not found

What PG version is this?  We recently fixed some bugs that could lead to
this error.

The error could only occur if you have some old open transaction(s) that
could possibly still see since-updated tuples in the vacuumed table.
So it'll go away if you close out open transactions.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: New database: SQL_ASCII vs UTF-8 trade-offs
Next
From: Tom Lane
Date:
Subject: Re: Can I delete all WAL logfiles if the database is shutdown without errors?