Re: GiST limits on contrib/cube with dimension > 100? - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: GiST limits on contrib/cube with dimension > 100?
Date
Msg-id FF4FA4C3-9542-4B10-A9EF-196F776A8E7D@yesql.se
Whole thread Raw
In response to GiST limits on contrib/cube with dimension > 100?  (Siarhei Siniak <siarheisiniak@yahoo.com>)
Responses Re: GiST limits on contrib/cube with dimension > 100?
List pgsql-hackers
> On 9 Jun 2019, at 20:05, Siarhei Siniak <siarheisiniak@yahoo.com> wrote:
>
> I've been using cube extension recompiled with
> #define MAX_DIM 256.
>
> But with a version 11.3 I'm getting the following error:
> failed to add item to index page in <index_name>

This sounds like a variant of the issue reported on -bugs in
AM6PR06MB57318C9882C021879DD4101EA3100@AM6PR06MB5731.eurprd06.prod.outlook.com
and is also reproducible on HEAD.

cheers ./daniel


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why to index a "Recently DEAD" tuple when creating index
Next
From: Etsuro Fujita
Date:
Subject: Re: BEFORE UPDATE trigger on postgres_fdw table not work