Re: Panic: Page Add Item: Corrupted page pointers - Mailing list pgsql-sql

From Tom Lane
Subject Re: Panic: Page Add Item: Corrupted page pointers
Date
Msg-id 10806.1126483309@sss.pgh.pa.us
Whole thread Raw
In response to Panic: Page Add Item: Corrupted page pointers  (The One <i51359@yahoo.com>)
List pgsql-sql
The One <i51359@yahoo.com> writes:
> I'm getting this error when try to create a table in Postgresql 7.3, windows2000:
> Panic: Page Add Item: Corrupted page pointers: lower=24258, upper=39318, special=65421

Apparently you've got at least one corrupt page in at least one system
table.  I'd recommend pg_dump'ing as much as you can and then recreate
the database.

If pg_dump doesn't work you could try turning on zero_damaged_pages,
and praying that most of what you need is on undamaged pages.  It's
quite possible though that that will hose the DB completely, so don't do
it till you've exhausted the possibilities for pg_dump without it.

Consider updating to a more recent PG release while you are
recovering...
        regards, tom lane


pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Panic: PageAddItem: Corrupted page pointers
Next
From: liofr
Date:
Subject: howto insert dynamic value