Re: 7.4.1 & invalid page header in block - Mailing list pgsql-general

From Tom Lane
Subject Re: 7.4.1 & invalid page header in block
Date
Msg-id 6187.1081318541@sss.pgh.pa.us
Whole thread Raw
In response to 7.4.1 & invalid page header in block  (Pailloncy Jean-Gérard <pailloncy@ifrance.com>)
List pgsql-general
=?ISO-8859-1?Q?Pailloncy_Jean-G=E9rard?= <pailloncy@ifrance.com> writes:
> ERROR:  invalid page header in block 4602 of relation "url"
> url is a index for web. I do not care if I loose few data.
> How can I correct table url ?

If it's an index then you can just REINDEX.  However, you would be
extremely foolish to just reindex and forget the problem.  This suggests
strongly that you have hardware problems --- if so, your next problem is
likely to be with an irreplaceable table rather than an easily
rebuildable index :-(.  I'd suggest running the usual barrage of
hardware tests: memtest86, badblocks, etc...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: PERFORM statement inside procedure
Next
From: "Rajat Katyal"
Date:
Subject: Re: PERFORM statement inside procedure