Re: [HACKERS] So, what locale should the regression tests run in?

2009-02-11 Thread Peter Eisentraut
Bruce Momjian wrote: Peter Eisentraut wrote: While regress/GNUmakefile appears to make an effort to run the regressions tests with or without locale depending on the users choice, .e.g., # locale NOLOCALE = ifdef NO_LOCALE NOLOCALE += --no-locale endif the pg_regress.c implementation spoils

Re: [HACKERS] So, what locale should the regression tests run in?

2009-02-11 Thread Tom Lane
Peter Eisentraut pete...@gmx.net writes: Bruce Momjian wrote: Has this been resolved? Since nobody spoke up, I have changed it now so it runs with locale by default. Let's see if we get away with that. Buildfarm member heron doesn't like it, for one. regards, tom

Re: [HACKERS] So, what locale should the regression tests run in?

2009-02-06 Thread Bruce Momjian
Peter Eisentraut wrote: While regress/GNUmakefile appears to make an effort to run the regressions tests with or without locale depending on the users choice, .e.g., # locale NOLOCALE = ifdef NO_LOCALE NOLOCALE += --no-locale endif the pg_regress.c implementation spoils that completely

[HACKERS] So, what locale should the regression tests run in?

2009-01-13 Thread Peter Eisentraut
While regress/GNUmakefile appears to make an effort to run the regressions tests with or without locale depending on the users choice, .e.g., # locale NOLOCALE = ifdef NO_LOCALE NOLOCALE += --no-locale endif the pg_regress.c implementation spoils that completely by unconditionally unsetting all