Re: BUG #9187: corrupt toast tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kevin(dot)hughes(at)uk(dot)fujitsu(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9187: corrupt toast tables
Date: 2014-02-11 21:19:50
Message-ID: 30154.1392153590@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

kevin(dot)hughes(at)uk(dot)fujitsu(dot)com writes:
> Sometime between the morning of the 31st of January and the morning of the
> 3rd of February the database was corrupted. During that period there was
> little or no activity - other than the nightly postgres dump

> Looking at various logs we found this error: ERROR: unexpected chunk number
> 110 (expected 106) for toast value 223972 in pg_toast_80768;

FWIW, this type of error is sometimes due to corruption in the toast
table's index, in which case you can fix it with a REINDEX. I'd try
that before deleting data, anyway.

Hard to tell what the actual underlying cause is :-(. I do note that
you're running a PG version that's a year or so old. It'd be prudent
to think about updating to 9.2.7 when that comes out next week.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message dvitek 2014-02-11 22:29:06 BUG #9190: Could not fsync file "pg_clog/0000": Bad file descriptor.
Previous Message krichter722 2014-02-11 20:39:02 BUG #9189: error reading postgresql.conf in pg_createcluster