Re: invalid page header

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: invalid page header
Дата
Msg-id 46B33B94.2000106@bluegap.ch
обсуждение исходный текст
Ответ на Re: invalid page header  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: invalid page header
Список pgsql-general
Hi,

Tom Lane wrote:
> Hm, looks suspiciously ASCII-like.  If you examine the page as text,
> is it recognizable?

Doh! Yup, is recognizable. It looks like some PHP serialized output:


png%";i:84;s:24:"%InfoToolIconActive.png%";i:85;s:29:"%InfoToolIconHighlighted.png%";i:86;s:26:"%InfoToolIconInactive.png%";i:87;....

We do store serialized PHP objects like the above one in the database,
so it's probably not a mail spool.

>> What's the best cure? Can I just wipe out the block with something like:
>> # dd if=/dev/zero of=base/296788/302602 seek=58591 bs=8192 count=1
>
> Yeah, try that.  I think the net effect will be that some wide (toasted)
> values will be truncated.

Thank you for you guidance. I've done that and hope the running pg_dump
goes through fine.

Regards

Markus


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: index bloat WAS: reindexing pg_shdepend
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: PG for DataWarehouse type Queries