From 7c51b7f7cc0860ab9a5784fce7a44142e4eb5463 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Wed, 23 Mar 2022 11:13:33 -0400 Subject: [PATCH] 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 --- src/test/modules/test_oat_hooks/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/modules/test_oat_hooks/Makefile b/src/test/modules/test_oat_hooks/Makefile index d1d874be79e..2b5d2687f8d 100644 --- a/src/test/modules/test_oat_hooks/Makefile +++ b/src/test/modules/test_oat_hooks/Makefile @@ -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