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
-
Add bool to btree_gist documentation
- 4c6145b514fa 15.0 landed
-
Fix gist_bool_ops to use gbtreekey2
- e2fbb883720a 15.0 landed
-
Add bool GiST opclass to btree_gist
- 57e3c5160b24 15.0 landed