Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7c51b7f

Browse files
committed
Force NO_LOCALE / UTF8 for test_oat_hooks tests
This will fix cases like fairywren that have been having issues. Discussion: https://postgr.es/m/2630561.1647994022@sss.pgh.pa.us
1 parent fc15396 commit 7c51b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/modules/test_oat_hooks/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ REGRESS = test_oat_hooks
1010

1111
# disable installcheck for now
1212
NO_INSTALLCHECK = 1
13+
# and also for now force NO_LOCALE and UTF8
14+
ENCODING = UTF8
15+
NO_LOCALE = 1
1316

1417
ifdef USE_PGXS
1518
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)