Re: BUG #5185: postgres error "invalid page header in block xx of relation "pg_proc_proname_args_nsp_index" - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #5185: postgres error "invalid page header in block xx of relation "pg_proc_proname_args_nsp_index"
Date
Msg-id 4AFD37DD.3000103@enterprisedb.com
Whole thread Raw
In response to BUG #5185: postgres error "invalid page header in block xx of relation "pg_proc_proname_args_nsp_index"  ("Siwat Siwarborvorn" <pg-support@xsidekick.com>)
List pgsql-bugs
Siwat Siwarborvorn wrote:
> - postgresql 8.3.1 compile with options

Although there isn't anything that might explain this issue, you should
upgrade to the latest 8.3 minor release.

> 6) Every time we fixe by reindex pg_proc_proname_args_nsp_index.

Did you keep a copy of the data files? What do the corrupt pages look
like? Are they empty, perhaps, or filled with garbage, or random bit
flips or what?

That index shouldn't be very big, so you could just copy the
corresponding file from the data directory, gzip it and send it by
email, so that others can take a look. Might want to check it a hex
editor first to make sure there isn't anything sensitive, though. Or you
can send it off-list if you prefer.

Use "SELECT relfilenode FROM pg_class WHERE
relname='pg_proc_proname_args_nsp_index'" to find out the filename in
the data directory.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: BUG #5183: Wrong select results using multicolumn gin indexes
Next
From: Teodor Sigaev
Date:
Subject: Re: BUG #5183: Wrong select results using multicolumn gin indexes