Re: !!!!!UrgentERROR: cannot read block 95 of t : Input/output error

From: "Goulet, Dick" <DGoulet(at)vicr(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: !!!!!UrgentERROR: cannot read block 95 of t : Input/output error
Date: 2004-01-06 16:44:09
Message-ID: 4001DEAF7DF9BD498B58B45051FBEA656D7FED@25exch1.vicorpower.vicr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sounds like what we in Oracle land would call a corrupt block. It also sounds like it's an index block that got messed up. I'd try dropping and rebuilding the index if possible before hitting the panic button. As a quick check try selecting all of the rows out of the table without a where clause. If that succeeds you can be assured that data is safe, just the index got trashed. Therefore, drop the index, vacuum the table, and rebuild the index.

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA

-----Original Message-----
From: Priya G [mailto:sreepriya(at)hotmail(dot)com]
Sent: Tuesday, January 06, 2004 11:27 AM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] !!!!!UrgentERROR: cannot read block 95 of t : Input/output error

Help needed please--

ERROR: cannot read block 2 of pg_toast_17939_idx: Input/output error"

what does this mean?.

After some investigation found out that this happened after a vacuum of a table
vacuum t;
ERROR: cannot read block 95 of t: Input/output error


Somebody please help to fix this problem

Thanks,
Pnair

_____

Check your PC for viruses with <http://g.msn.com/8HMAENUS/2755??PS=> the FREE McAfee online computer scan.

Browse pgsql-admin by date

  From Date Subject
Next Message Oliver Elphick 2004-01-06 17:19:06 Re: !!!!!UrgentERROR: cannot read block 95 of t :
Previous Message Priya G 2004-01-06 16:26:39 !!!!!UrgentERROR: cannot read block 95 of t : Input/output error