Re: Postgres 8.3.7 Server Crash: failed to add item to the right sibling in index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: CM J <postgres(dot)newbie(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 8.3.7 Server Crash: failed to add item to the right sibling in index
Date: 2009-07-06 14:59:03
Message-ID: 14107.1246892343@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CM J <postgres(dot)newbie(at)gmail(dot)com> writes:
> I am running Postgres 8.3.7 on Windows 2003 with my java
> application.Off late, the server crashes with the following trace:

> *2009-07-01 14:47:07.250 ISTPANIC: failed to add item to the right sibling
> in index "mevservices2_ndx"*

Sounds like a data corruption problem ... try reindexing that index.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tguru 2009-07-06 15:40:55 Re: Upgrading 8.3 to 8.4 on Windows.
Previous Message Greg Stark 2009-07-06 12:54:12 Re: COALESCE not filtering well.