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

2009-02-11 Thread Tom Lane
Peter Eisentraut 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 lane --

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 th

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 c

[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 l