Re: cache lookup failed for index - Mailing list pgsql-admin

From Tom Lane
Subject Re: cache lookup failed for index
Date
Msg-id 11712.1277914463@sss.pgh.pa.us
Whole thread Raw
In response to Re: cache lookup failed for index  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: cache lookup failed for index  (Nathan Robertson <nathan.robertson@gmail.com>)
List pgsql-admin
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> OK, I think the appropriate next step would be to try to run the
> PostgreSQL cluster in single-user mode:

> http://www.postgresql.org/docs/8.1/interactive/app-postgres.html

> Try to REINDEX pg_class_oid_index in that mode.  If that fails, it
> might possibly help to run these statements and try the REINDEX
> command again:

> set enable_indexscan = off;
> set enable_bitmapscan = off;

Those won't help.  What you *will* need, in order to even start the
single-user backend, is to tell it to disregard system indexes
(-P command line option).

I wouldn't be too surprised if the corruption extends a lot further than
the one index :-( but maybe you will be able to extract something after
reindexing.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: cache lookup failed for index
Next
From: Nathan Robertson
Date:
Subject: Re: cache lookup failed for index