Re: Panic: Page Add Item: Corrupted page pointers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Panic: Page Add Item: Corrupted page pointers
Дата
Msg-id 10806.1126483309@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Panic: Page Add Item: Corrupted page pointers  (The One <i51359@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Panic: PageAddItem: Corrupted page pointers
Следующее
От: liofr
Дата:
Сообщение: howto insert dynamic value