ERROR: invalid page header in block

From: "Alexandru Coseru" <alexcos(at)dristor(dot)ro>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: ERROR: invalid page header in block
Date: 2006-06-26 13:28:44
Message-ID: 027f01c69924$728b6c10$19b16956@alex
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello..
During a regular query , I got an werd error:

billing=> select sum(duration)/60 from cdr__2006 where
callstarttime<'2006-06-19 00:00:00';
ERROR: invalid page header in block 3527 of relation "cdr__2006_04_22";

Table cdr__2006_04_22 is a child of cdr__2006_04 , which is a child to
cdr__2006.

Can somebody explain this error ? What should I do ?

Thanks
Alex

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-26 13:37:11 Re: vacuum, performance, and MVCC
Previous Message Bruce Momjian 2006-06-26 13:18:16 Re: vacuum, performance, and MVCC