mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
Update fuzzystrmatch extension for parallel query.
All functions provided by this extension are PARALLEL SAFE. Andreas Karlsson
This commit is contained in:
@@ -4,7 +4,8 @@ MODULE_big = fuzzystrmatch
|
||||
OBJS = fuzzystrmatch.o dmetaphone.o $(WIN32RES)
|
||||
|
||||
EXTENSION = fuzzystrmatch
|
||||
DATA = fuzzystrmatch--1.0.sql fuzzystrmatch--unpackaged--1.0.sql
|
||||
DATA = fuzzystrmatch--1.1.sql fuzzystrmatch--1.0--1.1.sql \
|
||||
fuzzystrmatch--unpackaged--1.0.sql
|
||||
PGFILEDESC = "fuzzystrmatch - similarities and distance between strings"
|
||||
|
||||
ifdef USE_PGXS
|
||||
|
||||
Reference in New Issue
Block a user