Re: "invalid page header in block 597621 of relation..."error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adam Witney <awitney(at)sgul(dot)ac(dot)uk>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: "invalid page header in block 597621 of relation..."error
Date: 2005-11-26 16:14:41
Message-ID: 3554.1133021681@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Witney <awitney(at)sgul(dot)ac(dot)uk> writes:
> pg_dump: ERROR: unexpected chunk number 5153 (expected 21) for toast value
> 245334402

> measured_bioassay_base is always inserted at the same time as mba_data_base
> (the table where I had the problem before) and it has a text field which is
> very large..

How large is "very large" ... on the order of 10Mb? If so I'd say this
is the same problem as we saw in your table --- a lot of consecutive
rows have gone missing. You could examine the toast table to confirm
or deny this.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Witney 2005-11-26 16:26:56 Re: "invalid page header in block 597621 of relation..."error
Previous Message Lincoln Yeoh 2005-11-26 14:01:31 Re: "invalid page header in block 597621