Re: "could not split GIN page; no new items fit" - Mailing list pgsql-general

From Tom Lane
Subject Re: "could not split GIN page; no new items fit"
Date
Msg-id 8097.1428110870@sss.pgh.pa.us
Whole thread Raw
In response to "could not split GIN page; no new items fit"  (Chris Curvey <chris@chriscurvey.com>)
Responses Re: "could not split GIN page; no new items fit"  (Chris Curvey <chris@chriscurvey.com>)
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Overlap function for hstore?
Next
From: Chris Curvey
Date:
Subject: Re: "could not split GIN page; no new items fit"