1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Update unaccent extension for parallel query.

All functions provided by this extension are PARALLEL SAFE.

Andreas Karlsson
This commit is contained in:
Robert Haas
2016-06-14 14:55:49 -04:00
parent 6b7d11ffda
commit 202ac08c08
4 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# unaccent extension
comment = 'text search dictionary that removes accents'
default_version = '1.0'
default_version = '1.1'
module_pathname = '$libdir/unaccent'
relocatable = true