Re: more corruption

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Tim Perdue <tperdue(at)valinux(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: more corruption
Date: 2000-07-10 03:13:13
Message-ID: Pine.BSF.4.21.0007100012151.3314-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 9 Jul 2000, Tim Perdue wrote:

> Now I know that you all believe that postgres only has problems due to
> bad programming, but I'm getting another problem that I can't figure out
> in 6.5.3
>
> [PostgreSQL 6.5.3 on i686-pc-linux-gnu, compiled by gcc egcs-2.91.66]
>
> type \? for help on slash commands
> type \q to quit
> type \g or terminate with semicolon to execute query
> You are currently connected to the database: db_geocrawler
>
> db_geocrawler=> vacuum analyze;
> ERROR: cannot find attribute 1 of relation pg_attrdef
>
>
> This is causing geocrawler.com to be totally fubar at this point.
>
> Any ideas? Do I have to recover from the last backup?

just a quick thought ... have you tried shutting down and restrating the
postmaster? basically, "reset" the shared memory? v7.x handles
corruptions like that alot cleaner, but previous versions caused odd
results if shared memory got corrupted ...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tim Perdue 2000-07-10 03:26:33 Re: more corruption
Previous Message Philip Warner 2000-07-10 03:10:42 Re: Re: [GENERAL] PostgreSQL vs. MySQL