Re: vacuumdb: vacuuming of database "Validation" failed: ERROR: failed to re-find parent key in index... - Mailing list pgsql-admin

From Tom Lane
Subject Re: vacuumdb: vacuuming of database "Validation" failed: ERROR: failed to re-find parent key in index...
Date
Msg-id 22660.1283019161@sss.pgh.pa.us
Whole thread Raw
In response to vacuumdb: vacuuming of database "Validation" failed: ERROR: failed to re-find parent key in index...  (Carl Anderson <carl.anderson@archimedesmodel.com>)
List pgsql-admin
Carl Anderson <carl.anderson@archimedesmodel.com> writes:
> Running vacuumdb, with and without -f, I get output with final line:

> vacuumdb: vacuuming of database "Validation" failed: ERROR:  failed to re-find parent key in index
"pg_shdepend_reference_index"for deletion target page 380 

You should be able to fix that with REINDEX.  However, since it's a
shared catalog index, you'll need to do it in standalone mode.
See the REINDEX and "postgres" reference pages.

            regards, tom lane

pgsql-admin by date:

Previous
From: Carl Anderson
Date:
Subject: vacuumdb: vacuuming of database "Validation" failed: ERROR: failed to re-find parent key in index...
Next
From: yj2133011
Date:
Subject: Re: Use hardware snapshots to restore postgres