Re: Panic: Page Add Item: Corrupted page pointers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The One <i51359(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Panic: Page Add Item: Corrupted page pointers
Date: 2005-09-12 00:01:49
Message-ID: 10806.1126483309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

The One <i51359(at)yahoo(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message liofr 2005-09-12 02:19:14 howto insert dynamic value
Previous Message Alvaro Herrera 2005-09-11 23:42:06 Re: Panic: PageAddItem: Corrupted page pointers