Re: vacuum fails with 'invalid page header' message

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Geoffrey <esoteric(at)3times25(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: vacuum fails with 'invalid page header' message
Date: 2007-01-05 22:21:34
Message-ID: 1168035694.3421.52.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Fri, 2007-01-05 at 16:19, Geoffrey wrote:
> Geoffrey wrote:
> > We had a vacuum fail recently with the following error:
> >
> > invalid page header in block 846 of relation "move_pkey"
> >
> > Anyone have an idea what could cause this problem and what we need to do
> > to resolve it?
> >
> > Running on Red Hat Enterprise 3, postgres 7.4.13
>
> Regarding the issue above, is it possible that re-indexing the database
> could resolve the problem, since the error is related to an index.
> move_pkey is an index on field recid.

Yes, reindex might fix it.

But more than likely there's a problem with your hardware somewhere, and
it needs to be checked out carefully for problems. i.e. bad hard drive,
memory, cpu, etc...

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2007-01-06 02:47:42 Re: Can't See Data - Plz Help!
Previous Message Geoffrey 2007-01-05 22:19:20 Re: vacuum fails with 'invalid page header' message

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2007-01-05 22:22:28 Re: Database versus filesystem for storing images
Previous Message Scott Marlowe 2007-01-05 22:20:45 Re: Slony across platforms