Re: gin index trouble

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Rob Sargent <rsargent(at)xmission(dot)com>
Cc: Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: gin index trouble
Date: 2017-10-30 16:32:01
Message-ID: CAH2-WzmniOJGc_c8rAtMxkwm1QrRuW5sbL1ysJ1BsuM=YJNwAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 27, 2017 at 3:15 PM, Rob Sargent <rsargent(at)xmission(dot)com> wrote:
> I’ve hit this same message
>
> Caused by: org.postgresql.util.PSQLException: ERROR: right sibling of GIN
> page is of different type
>
> in a couple of contexts and I’m starting to get worried.
>
> I’ve rebuilt the index, but will that help?
> Is there a way to see what the ‘different type’ is?
> Is it caught/clean-up by vacuum analyse or some such?

Is there a lot of churn on this table? Do you either heavily update or
heavily delete rows in the table? Does vacuum tend to run on the table
rather frequently?

--
Peter Geoghegan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Pryzby 2017-10-30 16:34:04 Re: UPDATE syntax change (column-list UPDATE syntax fails with single column)
Previous Message Adam Brusselback 2017-10-30 16:29:03 UPDATE syntax change