Only unset the locale environment when --no-locale is used (the way it was
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Feb 2009 14:03:42 +0000 (14:03 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 11 Feb 2009 14:03:42 +0000 (14:03 +0000)
commitdc6d02e285c371997351b7e31f5fe4d0d93138a5
tree8e5f2ac1230e973d40a5573422088bdf65ff58ba
parente116d5a0a112dd807ec1733ff8b60b9004d5f913
Only unset the locale environment when --no-locale is used (the way it was
presumably designed, but didn't act).  This allows running the temp install
tests in a non-C locale, thus exercising users' real environments better.
Document how to change locales for test runs.
doc/src/sgml/regress.sgml
src/test/regress/pg_regress.c