mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Attempt to remedy buildfarm breakage caused by commit f536d4194
.
This commit is contained in:
parent
aea1f24c2c
commit
b7b86924c6
@ -9,9 +9,8 @@ DATA_TSEARCH = unaccent.rules
|
||||
|
||||
REGRESS = unaccent
|
||||
|
||||
# We need a UTF8 database
|
||||
ENCODING = UTF8
|
||||
NO_LOCALE = 1
|
||||
# Adjust REGRESS_OPTS because we need a UTF8 database
|
||||
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --encoding=UTF8 --no-locale
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
|
Loading…
Reference in New Issue
Block a user