Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited05063

Browse files
committed
Fix copy-and-pasteo that might explain some of the buildfarm's
indigestion about this module.
1 parentec81284 commited05063

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/1810:34:39 teodor Exp $
1+
# $PostgreSQL: pgsql/contrib/unaccent/Makefile,v 1.2 2009/08/1815: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
ifdefUSE_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)

[8]ページ先頭

©2009-2025 Movatter.jp