Hi,
On 2021-12-16 14:49:25 +0500, Andrey Borodin wrote:
>
> > With the current implementation, for GiST indexes created by doing multiple
> > inserts, index tuples match heap tuples order, but it doesn't work that way
> > for sorted method where index tuples on all levels are ordered using
> >
> With the current implementation, for GiST indexes created by doing multiple
> inserts, index tuples match heap tuples order, but it doesn't work that way
> for sorted method where index tuples on all levels are ordered using
> comparator provided in sortsupport (z-order for geometry type, fo