Re: Error: missing chunk number ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neophytos Demetriou <k2pts(at)cytanet(dot)com(dot)cy>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Error: missing chunk number ...
Date: 2002-08-04 22:02:27
Message-ID: 12859.1028498547@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neophytos Demetriou <k2pts(at)cytanet(dot)com(dot)cy> writes:
> # select * from rss_channels;
> ERROR: missing chunk number 1 for toast value 797979

> If I try to delete the culprit row. I get:
> # delete from rss_channels where channel_id=116;
> ERROR: simple_heap_delete: tuple already updated by self

Bizarre. Evidently there's something broken about the TOAST data for
your table. I am thinking that the toast table's index might be
corrupt, in which case you could probably recover by reindexing that
index. But first it would be nice to see if we can figure out exactly
what happened --- is this the result of a software bug, or a hardware
glitch? Would you be willing to let someone poke around in your
database, or perhaps if the DB is not too large, tar it all up to
send to someone for analysis?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-04 22:33:36 Re: Planned simplification of catalog index updates
Previous Message Joe Conway 2002-08-04 21:45:29 Re: anonymous composite types for Table Functions (aka