Re: failed to re-find parent key - Mailing list pgsql-hackers

From Tom Lane
Subject Re: failed to re-find parent key
Date
Msg-id 29562.1074053251@sss.pgh.pa.us
Whole thread Raw
In response to Re: failed to re-find parent key  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: failed to re-find parent key  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Dave Cramer <pg@fastcrypt.com> writes:
> Actually the hack checks for oids, and doesn't make the index, if there
> isn't an oid in the table, so I tried it with a table without oids, and
> it still occurs.

My thought was that at this point the indexes on pg_attribute are very
possibly corrupt, and so just removing whatever initially caused that
corruption won't necessarily cause the error messages to stop.  You
should reindex pg_attribute to get back into a good state.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: failed to re-find parent key
Next
From: Christopher Browne
Date:
Subject: Re: What's planned for 7.5?