mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 02:37:31 +03:00
Update unaccent extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
This commit is contained in:
@@ -4,7 +4,7 @@ MODULE_big = unaccent
|
||||
OBJS = unaccent.o $(WIN32RES)
|
||||
|
||||
EXTENSION = unaccent
|
||||
DATA = unaccent--1.0.sql unaccent--unpackaged--1.0.sql
|
||||
DATA = unaccent--1.1.sql unaccent--1.0--1.1.sql unaccent--unpackaged--1.0.sql
|
||||
DATA_TSEARCH = unaccent.rules
|
||||
PGFILEDESC = "unaccent - text search dictionary that removes accents"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user