]> granicus.if.org Git - postgresql/commit
Update "pg_regress --no-locale" for Darwin and Windows.
authorNoah Misch <noah@leadboat.com>
Fri, 16 Jan 2015 06:27:31 +0000 (01:27 -0500)
committerNoah Misch <noah@leadboat.com>
Fri, 16 Jan 2015 06:28:47 +0000 (01:28 -0500)
commit082764a0c901e34abe2f68b3f2f368f41b858da4
treec24dd8d5a124fdebe3b4222d2ca6e830e2e9a657
parent5308e085b649d946f441b349253b897e7b44067f
Update "pg_regress --no-locale" for Darwin and Windows.

Commit 894459e59ffa5c7fee297b246c17e1f72564db1d revealed this option to
be broken for NLS builds on Darwin, but "make -C contrib/unaccent check"
and the buildfarm client rely on it.  Fix that configuration by
redefining the option to imply LANG=C on Darwin.  In passing, use LANG=C
instead of LANG=en on Windows; since only postmaster startup uses that
value, testers are unlikely to notice the change.  Back-patch to 9.0,
like the predecessor commit.
src/test/regress/pg_regress.c