diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-03-27 23:35:16 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-03-27 23:35:16 +0200 |
commit | e09b48316c22fce727bce3c89fa64fc627787e6a (patch) | |
tree | 107a22f368efd340c6f545f0e6b7130b5063aa08 /contrib/btree_gist/btree_gist.control | |
parent | 735cd6128a6a401671126443a9af4324932a38d6 (diff) | |
download | postgresql-e09b48316c22fce727bce3c89fa64fc627787e6a.tar.gz postgresql-e09b48316c22fce727bce3c89fa64fc627787e6a.zip |
Add index-only scan support to btree_gist.
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.
Diffstat (limited to 'contrib/btree_gist/btree_gist.control')
-rw-r--r-- | contrib/btree_gist/btree_gist.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/btree_gist.control b/contrib/btree_gist/btree_gist.control index 10e2f949c11..c7adfeb358c 100644 --- a/contrib/btree_gist/btree_gist.control +++ b/contrib/btree_gist/btree_gist.control @@ -1,5 +1,5 @@ # btree_gist extension comment = 'support for indexing common datatypes in GiST' -default_version = '1.0' +default_version = '1.1' module_pathname = '$libdir/btree_gist' relocatable = true |