Re: Invalid Page Header Error

Поиск
Список
Период
Сортировка
От Carlo Curatolo
Тема Re: Invalid Page Header Error
Дата
Msg-id 1381868492389-5774671.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Invalid Page Header Error  (Richard Huxton <dev@archonet.com>)
Ответы Re: Invalid Page Header Error  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список pgsql-general
I have quite the same problem.

When I lauch a vacuumdb, I have an error :  ERREUR: en-tête de page invalide
dans le bloc 39639 de la relation base/16384/599662

With a
SELECT * FROM  pg_catalog.pg_largeobject

Result is
ERREUR: en-tête de page invalide dans le bloc 39639 de la relation
base/16384/599662

I suppose that the data of LargeObject 599662 are corrupted...

Question is : How I could I know where this LargeObject is used ?

I can, of course, use the "zero_damaged_pages = on" option in
postgresql.conf. Then dump/restore.
But in this case I didn't know where this corrupted LargeObject is used...

If you have an idea...

Thank you in advance.



--
View this message in context: http://postgresql.1045698.n5.nabble.com/Invalid-Page-Header-Error-tp1925403p5774671.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Shaun Thomas
Дата:
Сообщение: Re: can you do rollback in a trigger function?
Следующее
От: Chris
Дата:
Сообщение: Re: recursive query returning extra rows in 8.4