diff --git a/src/test/modules/test_extensions/Makefile b/src/test/modules/test_extensions/Makefile index 452cae3b2e..c3139ab0fc 100644 --- a/src/test/modules/test_extensions/Makefile +++ b/src/test/modules/test_extensions/Makefile @@ -17,6 +17,9 @@ DATA = test_ext1--1.0.sql test_ext2--1.0.sql test_ext3--1.0.sql \ REGRESS = test_extensions test_extdepend +# force C locale for output stability +NO_LOCALE = 1 + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs)