Skip to content

Commit e075673

Browse files
committed
point UTF8 encoding for installcheck
1 parent ecd2cd2 commit e075673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ EXTENSION = jsquery
88
DATA = jsquery--1.0.sql
99

1010
REGRESS = jsquery
11+
# We need a UTF8 database
12+
ENCODING = UTF8
1113

1214
EXTRA_CLEAN = y.tab.c y.tab.h \
1315
jsquery_gram.c jsquery_scan.c jsquery_gram.h

0 commit comments

Comments
 (0)