8000 Fix copy-and-pasteo that might explain some of the buildfarm's · larkly/postgres-docker@ed05063 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed05063

Browse files
committed
Fix copy-and-pasteo that might explain some of the buildfarm's
indigestion about this module.
1 parent ec81284 commit ed05063

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contrib/unaccent/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.1 2009/08/18 10:34:39 teodor Exp $
1+
# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.2 2009/08/18 15:51:16 tgl Exp $
22

33
MODULE_big = unaccent
44
OBJS = unaccent.o
@@ -8,17 +8,16 @@ DATA = uninstall_unaccent.sql
88
DATA_TSEARCH = unaccent.rules
99
REGRESS = unaccent
1010

11+
# Adjust REGRESS_OPTS because we need a UTF8 database
12+
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale
1113

1214
ifdef USE_PGXS
1315
PG_CONFIG = pg_config
1416
PGXS := $(shell $(PG_CONFIG) --pgxs)
1517
include $(PGXS)
1618
else
17-
subdir = contrib/pg_trgm
19+
subdir = contrib/unaccent
1820
top_builddir = ../..
1921
include $(top_builddir)/src/Makefile.global
2022
include $(top_srcdir)/contrib/contrib-global.mk
2123
endif
22-
23-
#redefine REGRESS_OPTS because of needings of UTF8 database
24-
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB) --multibyte=UTF8 --no-locale

0 commit comments

Comments
 (0)
0