mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
e09b48316c
inet, cidr, and timetz indexes still cannot support index-only scans, because they don't store the original unmodified value in the index, but a derived approximate value.
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
# btree_gist extension
|
|
comment = 'support for indexing common datatypes in GiST'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/btree_gist'
|
|
relocatable = true
|