mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -10,6 +10,9 @@ REGRESS = test_oat_hooks
|
|||||||
|
|
||||||
# disable installcheck for now
|
# disable installcheck for now
|
||||||
NO_INSTALLCHECK = 1
|
NO_INSTALLCHECK = 1
|
||||||
|
# and also for now force NO_LOCALE and UTF8
|
||||||
|
ENCODING = UTF8
|
||||||
|
NO_LOCALE = 1
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PG_CONFIG = pg_config
|
PG_CONFIG = pg_config
|
||||||
|
Reference in New Issue
Block a user