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)
commit20a43b16b4e9316e1b35f18351cd81ed3b9770ec
tree80ca03e1995043e824f0fe7ffdae26179a4a52b9
parent715ea2bf183770a7669aeab130e6c1bd3c433d55
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