Re: panic failed to add item

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: panic failed to add item
Date: 2009-11-20 22:15:47
Message-ID: 18130.1258755347@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> writes:
>>> I get this running mnogosearch against my 8.4.1 database consistently:
>>> PANIC: failed to add item to the right sibling in index "logged_in_uid"

Hmm, if uid is an integer then all the index entries will be the same
size, which eliminates my first theory about there being some corner
case where we're (still) choosing an infeasible split point. Can you
comment about the insertion pattern for uid's --- are they ever-increasing
for instance? Do you have any special properties such as fillfactor set
on that index?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-11-20 22:19:26 Re: panic failed to add item
Previous Message Scott Marlowe 2009-11-20 21:55:55 Re: panic failed to add item