diff options
author | Andrew Dunstan | 2017-03-21 14:19:03 +0000 |
---|---|---|
committer | Andrew Dunstan | 2017-03-21 14:43:27 +0000 |
commit | f7946a92b689199cba64e7406a1c12d12637168a (patch) | |
tree | 2f41255ef1200e06a7a707e8a57e5841af6daa36 /contrib/btree_gist/btree_gist.control | |
parent | 65a9138b9b66b2c915619344ca56f4f0d531ada7 (diff) |
Add btree_gist support for enum types.
This will allow enums to be used in exclusion constraints.
The code uses the new CallerFInfoFunctionCall infrastructure in fmgr,
and the support for it added to btree_gist in commit 393bb504d7.
Reviewed by Tom Lane and Anastasia Lubennikova
Discussion: http://postgr.es/m/[email protected]
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 fdf0e6ad9ee..81c850905c5 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.4' +default_version = '1.5' module_pathname = '$libdir/btree_gist' relocatable = true |