problem inserting in GIN index

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: problem inserting in GIN index
Date: 2009-03-09 12:18:28
Message-ID: 20090309121828.GC12932@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

A guy just reported on pgsql-es-ayuda that he's getting

ERROR: item pointer (543108,2) already exists

Apparently this message only occurs on GIN, in insertItemPointer

Reading that routine I cannot help but wonder -- where is
gdi->btree.curitem incremented?

http://archives.postgresql.org/message-id/521014.20415.qm%40web52103.mail.re2.yahoo.com

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2009-03-09 12:20:50 Re: libxml incompatibility
Previous Message Magnus Hagander 2009-03-09 09:53:04 Re: small parallel restore optimization