Re: FATAL: cache lookup failed for access method 6881280 - Mailing list pgsql-admin

From Tom Lane
Subject Re: FATAL: cache lookup failed for access method 6881280
Date
Msg-id 26599.1123037702@sss.pgh.pa.us
Whole thread Raw
In response to FATAL: cache lookup failed for access method 6881280  (Brock Williams <brock@cotcomsol.com>)
Responses Re: FATAL: cache lookup failed for access method 6881280  (Brock Williams <brock@cotcomsol.com>)
List pgsql-admin
Brock Williams <brock@cotcomsol.com> writes:
> I'm getting this message when I try to access one of the databases in
> my cluster:

> FATAL:  cache lookup failed for access method 6881280

Unless you are using a custom index access method you didn't tell us
about, this is pretty strong evidence of data corruption in the pg_class
system catalog (specifically some pg_class.relam entry).

If the corruption extends only as far as those four bytes, it'd be
pretty easy to poke the correct value back in ... but it seems likely
that this is just the tip of the iceberg :-(

Please get a copy of pg_filedump from
http://sources.redhat.com/rhdb/utilities.html
and show us a dump of the pg_class file from that database (I like the
format it produces with -i -f options; note pg_class is file 1259 in all
known PG versions).

            regards, tom lane

pgsql-admin by date:

Previous
From: Brock Williams
Date:
Subject: Re: FATAL: cache lookup failed for access method 6881280
Next
From: Brock Williams
Date:
Subject: Re: FATAL: cache lookup failed for access method 6881280