We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea1f24 commit b7b8692Copy full SHA for b7b8692
contrib/unaccent/Makefile
@@ -9,9 +9,8 @@ DATA_TSEARCH = unaccent.rules
9
10
REGRESS = unaccent
11
12
-# We need a UTF8 database
13
-ENCODING = UTF8
14
-NO_LOCALE = 1
+# Adjust REGRESS_OPTS because we need a UTF8 database
+REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --encoding=UTF8 --no-locale
15
16
ifdef USE_PGXS
17
PG_CONFIG = pg_config
0 commit comments