Re: 7.0.3 _bt_restscan: my bits moved right off the end of the world! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.0.3 _bt_restscan: my bits moved right off the end of the world!
Date
Msg-id 287.985373495@sss.pgh.pa.us
Whole thread Raw
In response to 7.0.3 _bt_restscan: my bits moved right off the end of the world!  (Matthew <matt@ctlno.com>)
List pgsql-hackers
Matthew <matt@ctlno.com> writes:
>     FYI now when I try to use psql to connect to the database I get this
> error:
>     bash$ psql cms
>     psql: FATAL 1:  cannot find attribute 1 of relation pg_trigger

So the indexes on pg_attribute are hosed too.  I wonder whether that was
the original source of the problem, and the rest of this is
side-effects?

I am starting to think that you'd best initdb and reload, but there is
one more thing to try: run REINDEX on the whole database in standalone
mode.  See the documentation for the procedure; I'm not too clear on it
since I've never had to do it myself.
        regards, tom lane


pgsql-hackers by date:

Previous
From: bpalmer
Date:
Subject: Re: Re: Call for platforms
Next
From: "Mikheev, Vadim"
Date:
Subject: RE: 7.0.3 _bt_restscan: my bits moved right off the end of the world!