Re: corrupt pg_language index - Mailing list pgsql-admin

From Tom Lane
Subject Re: corrupt pg_language index
Date
Msg-id 14703.1004393673@sss.pgh.pa.us
Whole thread Raw
In response to corrupt pg_language index  (Jon Dugan <dugan@smi.stanford.edu>)
List pgsql-admin
Jon Dugan <dugan@smi.stanford.edu> writes:
> NOTICE:  Rel pg_class: TID 0/46: OID IS INVALID. TUPGONE 0.
> ERROR:  cannot find attribute 1 of relation pg_language_oid_index

Hmm.  Try rebuilding the system indexes, via REINDEX DATABASE in
that database.  (See the REINDEX documentation for the proper procedure
to rebuild system indexes --- you need to give the command in a
standalone backend with the postmaster shut down, else you'll probably
make things worse not better.)

            regards, tom lane

pgsql-admin by date:

Previous
From: "Peter Schmidt"
Date:
Subject: Re: FreeBSD upgrade causes performance degredation
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: Code to automatically refresh sequences after loading data?