Re: problem inserting in GIN index

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: problem inserting in GIN index
Дата
Msg-id 49B6A953.8040303@sigaev.ru
обсуждение исходный текст
Ответ на problem inserting in GIN index  (Alvaro Herrera <alvherre@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1704)
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: problem inserting in GIN index