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

From Tom Lane
Subject Re: cache lookup failed for index
Date
Msg-id 16649.1277929815@sss.pgh.pa.us
Whole thread Raw
In response to Re: cache lookup failed for index  (Nathan Robertson <nathan.robertson@gmail.com>)
List pgsql-admin
Nathan Robertson <nathan.robertson@gmail.com> writes:
> OK, as postgres user:
> -bash-3.2$ postgres -O  -P -D /tmp/database webapp
> FATAL:  cache lookup failed for index 2662

Even with -P?  Wow, that's bad.  This DB may be just toast I'm afraid.
But try it like this:

postgres -O  -P -D /tmp/database -c log_error_verbosity=verbose webapp

This should give you the exact location of the error, which will give us
a bit better clue what's failing.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres database user account
Next
From: "Maria L. Wilson"
Date:
Subject: Re: postgres database user account