Re: problem inserting in GIN index

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: problem inserting in GIN index
Date: 2009-03-10 17:54:27
Message-ID: 49B6A953.8040303@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> A guy just reported on pgsql-es-ayuda that he's getting
>
> ERROR: item pointer (543108,2) already exists
It will be fine to get test case...

>
> Apparently this message only occurs on GIN, in insertItemPointer
>
> Reading that routine I cannot help but wonder -- where is
> gdi->btree.curitem incremented?
At dataPlaceToPage and dataSplitPage called by ginInsertValue().

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2009-03-10 17:57:38 Re: problem inserting in GIN index
Previous Message Joshua D. Drake 2009-03-10 17:49:35 Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)