projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc15396
)
Force NO_LOCALE / UTF8 for test_oat_hooks tests
author
Andrew Dunstan
Wed, 23 Mar 2022 15:13:33 +0000
(11:13 -0400)
committer
Andrew Dunstan
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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/test_oat_hooks/Makefile
b/src/test/modules/test_oat_hooks/Makefile
index d1d874be79edb8b7c86a8058e6497b9484bbcd65..2b5d2687f8d2c5220fed900e013edab262c3f6d3 100644
(file)
--- 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