Re: GiST operator class for bool

x4mmm@yandex-team.ru

From: Andrey Borodin <x4mmm@yandex-team.ru>
To: emre@hasegeli.com
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-06-14T09:33:19Z
Lists: pgsql-hackers

> 8 июня 2021 г., в 19:53, Emre Hasegeli <emre@hasegeli.com> написал(а):
> 
>> But patch that you propose does not support sorting build added in PG14.
> 
> It looks like the change to btree_gist is not committed yet. I'll
> rebase my patch once it's committed.
Changes to GiST are committed. There will be no need to rebase anyway :)

> 
> It was a long thread.  I couldn't read all of it.  Though, the last
> patches felt to me like a part of what's already been committed.
> Shouldn't they also be committed to version 14?

Well, yeah, it could would be cool to have gist build and gist_btree support it together, but there was many parts and we could did not finish it before feature freeze.

Best regards, Andrey Borodin.


Commits

  1. Add bool to btree_gist documentation

  2. Fix gist_bool_ops to use gbtreekey2

  3. Add bool GiST opclass to btree_gist