1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Update fuzzystrmatch extension for parallel query.

All functions provided by this extension are PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-07 11:25:53 -04:00
parent 50e5226bb3
commit ffab82fbda
4 changed files with 29 additions and 13 deletions

View File

@ -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