Re: GiST operator class for bool

Emre Hasegeli <emre@hasegeli.com>

From: Emre Hasegeli <emre@hasegeli.com>
To: Andrey Borodin <x4mmm@yandex-team.ru>
Cc: pgsql-hackers@postgresql.org
Date: 2021-06-08T14:53:02Z
Lists: pgsql-hackers
> 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.

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?



Commits

  1. Add bool to btree_gist documentation

  2. Fix gist_bool_ops to use gbtreekey2

  3. Add bool GiST opclass to btree_gist