Force NO_LOCALE / UTF8 for test_oat_hooks tests
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 15:13:33 +0000 (11:13 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 23 Mar 2022 15:13:33 +0000 (11:13 -0400)
This will fix cases like fairywren that have been having issues.

Discussion: https://postgr.es/m/2630561.1647994022@sss.pgh.pa.us

src/test/modules/test_oat_hooks/Makefile

index d1d874be79edb8b7c86a8058e6497b9484bbcd65..2b5d2687f8d2c5220fed900e013edab262c3f6d3 100644 (file)
@@ -10,6 +10,9 @@ REGRESS = test_oat_hooks
 
 # disable installcheck for now
 NO_INSTALLCHECK = 1
+# and also for now force NO_LOCALE and UTF8
+ENCODING = UTF8
+NO_LOCALE = 1
 
 ifdef USE_PGXS
 PG_CONFIG = pg_config