Re: 7.0.3 _bt_restscan: my bits moved right off the end of the world!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matthew <matt(at)ctlno(dot)com>
Cc: "'Mikheev, Vadim'" <vmikheev(at)SECTORBASE(dot)COM>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.0.3 _bt_restscan: my bits moved right off the end of the world!
Date: 2001-03-23 18:51:35
Message-ID: 287.985373495@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Matthew <matt(at)ctlno(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew 2001-03-23 18:51:43 RE: 7.0.3 _bt_restscan: my bits moved right off the end of the world!
Previous Message Matthew 2001-03-23 18:38:38 RE: 7.0.3 _bt_restscan: my bits moved right off the end of the world!