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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris(at)chriscurvey(dot)com
Cc: pgsql <pgsql-general(at)postgresql(dot)org>
Subject: Re: "could not split GIN page; no new items fit"
Date: 2015-04-04 01:27:50
Message-ID: 8097.1428110870@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Curvey <chris(at)chriscurvey(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Curvey 2015-04-04 13:38:16 Re: "could not split GIN page; no new items fit"
Previous Message David G. Johnston 2015-04-04 01:16:14 Re: Overlap function for hstore?