Re: PANIC: right sibling's left-link doesn't match

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jim(at)contactbda(dot)com
Cc: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PANIC: right sibling's left-link doesn't match
Date: 2005-01-12 21:45:11
Message-ID: 1648.1105566311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jim Buttafuoco" <jim(at)contactbda(dot)com> writes:
> Postgres on one of my big database servers just crashed with the following message
> PANIC: right sibling's left-link doesn't match

> Does any one have any idea's what might cause this.

Corrupted btree index. REINDEX should help, though I'm afraid the error
message isn't very helpful about identifying which index is busted.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2005-01-12 21:45:51 Re: Much Ado About COUNT(*)
Previous Message Alvaro Herrera 2005-01-12 21:43:46 Re: Much Ado About COUNT(*)