Re: "could not split GIN page; no new items fit"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "could not split GIN page; no new items fit"
Дата
Msg-id 8097.1428110870@sss.pgh.pa.us
обсуждение исходный текст
Ответ на "could not split GIN page; no new items fit"  (Chris Curvey <chris@chriscurvey.com>)
Ответы Re: "could not split GIN page; no new items fit"  (Chris Curvey <chris@chriscurvey.com>)
Список pgsql-general
Chris Curvey <chris@chriscurvey.com> writes:
> Hmm, I'm trying to create a gin index, thusly:
> create index foo_idx on foo using gin(entry gin_trgm_ops);

> and I'm getting the error "could not split GIN page; no new items fit"

> Any idea what this means, or how I can get around it?

Looks to me like a bug (ie, the code seems to think this is a can't-happen
case).  Don't suppose you could supply sample data that triggers this?

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Overlap function for hstore?
Следующее
От: Chris Curvey
Дата:
Сообщение: Re: "could not split GIN page; no new items fit"