From: | "Brusser, Michael" <Michael(dot)Brusser(at)matrixone(dot)com> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Brusser, Michael" <Michael(dot)Brusser(at)matrixone(dot)com> |
Cc: | "Pgsql-Hackers (E-mail)" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Relation does not exist |
Date: | 2004-11-20 17:10:32 |
Message-ID: | 9150DCE0CCB4D411A7DB00508BB0DBF20B59D02D@msx1am.matrixone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> "Brusser, Michael" <Michael(dot)Brusser(at)matrixone(dot)com> writes:
> > Our customer reported a problem with Postgres v.7.3.2
> server on Solaris 8
> > I asked them to run a quick query and it looks like the database is
> > corrupted:
>
> > select count (1) from t_revisioncontrol
> > ERROR: Relation 17236 does not exist
>
> If you are lucky, the problem is just one of corrupted indexes on
> the system catalogs (most likely pg_class_oid_index) and can be fixed
> by REINDEXing.
>
> What happened to lead up to this? Usually this sort of thing doesn't
> appear out of the blue. Any system crashes or anything?
>
> regards, tom lane
All they said was that "they did not have power outage"
REINDEX helped, many thanks!
Mike.
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2004-11-20 17:56:46 | Re: SRF related and other questions |
Previous Message | Tom Lane | 2004-11-20 16:55:27 | Re: Fwd: SELECT MAX with char => BUG? |