Add bool GiST opclass to btree_gist

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 57e3c5160b24e61758f817feb7aac152cd695c6f
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-11-06T16:00:43Z
Releases: 15.0
Add bool GiST opclass to btree_gist

Adds bool opclass to btree_gist extension, to allow creating GiST
indexes on bool columns. GiST indexes on a single bool column don't seem
particularly useful, but this allows defining exclusion constraings
involving a bool column, for example.

Author: Emre Hasegeli
Reviewed-by: Andrey Borodin
Discussion: https://postgr.es/m/CAE2gYzyDKJBZngssR84VGZEN=Ux=V9FV23QfPgo+7-yYnKKg4g@mail.gmail.com

Files

Discussion