summaryrefslogtreecommitdiff
path: root/contrib/fuzzystrmatch/fuzzystrmatch.control
diff options
context:
space:
mode:
authorRobert Haas2016-06-07 15:25:53 +0000
committerRobert Haas2016-06-07 15:26:41 +0000
commitffab82fbda884bc73485d877dd7d528c4cb15e82 (patch)
tree4176c4a1bb7a03d11b3da7497f2ff4e927776ee0 /contrib/fuzzystrmatch/fuzzystrmatch.control
parent50e5226bb3272daac1edb13fce9b8e92be302d64 (diff)
Update fuzzystrmatch extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
Diffstat (limited to 'contrib/fuzzystrmatch/fuzzystrmatch.control')
-rw-r--r--contrib/fuzzystrmatch/fuzzystrmatch.control2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/fuzzystrmatch.control b/contrib/fuzzystrmatch/fuzzystrmatch.control
index e257f096117..6b2832ae8d9 100644
--- a/contrib/fuzzystrmatch/fuzzystrmatch.control
+++ b/contrib/fuzzystrmatch/fuzzystrmatch.control
@@ -1,5 +1,5 @@
# fuzzystrmatch extension
comment = 'determine similarities and distance between strings'
-default_version = '1.0'
+default_version = '1.1'
module_pathname = '$libdir/fuzzystrmatch'
relocatable = true