Re: problem inserting in GIN index - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: problem inserting in GIN index
Date
Msg-id 49B6A953.8040303@sigaev.ru
Whole thread Raw
In response to problem inserting in GIN index  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)
Next
From: Teodor Sigaev
Date:
Subject: Re: problem inserting in GIN index