Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 1 Nov 2005 15:32:52 +0000 (15:32 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 1 Nov 2005 15:32:52 +0000 (15:32 +0000)
commit98a94585f9183ff29755eeeef77d8b13f133030e
treecc4119bfc5f449876a92913bdbee539b12bbdd26
parentb9b1e0b7780289eb658746e1e7bbc9d5097e2993
Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1
setting for the regression makefile, allowing Windows users to force locale
settings since Windows does not get its locale from the environment.

Per Petr Jelinek.
src/test/regress/GNUmakefile
src/test/regress/pg_regress.sh