mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
57e3c5160b
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
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
# btree_gist extension
|
|
comment = 'support for indexing common datatypes in GiST'
|
|
default_version = '1.7'
|
|
module_pathname = '$libdir/btree_gist'
|
|
relocatable = true
|
|
trusted = true
|