Re: invalid page header

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: invalid page header
Дата
Msg-id 15528.1143036747@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: invalid page header  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Ответы Re: invalid page header  (Jo De Haes <jo.de_nospam_haes@indicator.be>)
Список pgsql-general
"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> "Jo De Haes" <jo.de_nospam_haes@indicator.be> wrote
>> CETERROR:  XX001: invalid page header in block 22182 of relation
> "dunn_main"

> I suppose there is no system error happens during the period (like lost
> power). Can you attach the gdb at "b bufmgr.c:257" and print the content of
> "(PageHeader) bufBlock"?

Probably easier (especially if he's not using a debug-enabled build):
dump out the page from the disk file using pg_filedump, or even just
"dd | od -x".

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: xml output
Следующее
От: Steven Brown
Дата:
Сообщение: Re: Enforcing serial uniqueness?