Re: [HACKERS] a regression

2011-01-25 Thread Peter Eisentraut
On tis, 2011-01-25 at 16:19 -0500, Tom Lane wrote: > What would probably be reasonable to do is a one-time run over a lot > of locales, and then collate the results to see how many distinct > outputs we see and over what sets of locales. Then we could make some > reasoned decisions about which cas

Re: [HACKERS] a regression

2011-01-25 Thread Tom Lane
Andrew Dunstan writes: > On 01/25/2011 12:30 PM, Tom Lane wrote: >> It's only a regression if it used to pass in that locale. We can't >> realistically try to support every possible locale in the tests. > Maybe someone would like to set up a buildfarm member that tests a whole > slew of locales

Re: [HACKERS] a regression

2011-01-25 Thread David Fetter
On Tue, Jan 25, 2011 at 02:43:31PM -0500, Andrew Dunstan wrote: > On 01/25/2011 12:30 PM, Tom Lane wrote: > >>marcin@skpsms:~/postgresql$ locale > >>LC_COLLATE="pl_PL.UTF-8" > >It's only a regression if it used to pass in that locale. We can't > >realistically try to support every possible locale

Re: [HACKERS] a regression

2011-01-25 Thread Peter Eisentraut
On tis, 2011-01-25 at 12:30 -0500, Tom Lane wrote: > marcin mank writes: > > On Tue, Jan 25, 2011 at 5:46 PM, marcin mank wrote: > >> I did: > >> git clone git://git.postgresql.org/git/postgresql.git && cd postgresql > >> && ./configure --prefix=/home/marcin/pg91 --enable-cassert > >> --enable-de

Re: [HACKERS] a regression

2011-01-25 Thread Andrew Dunstan
On 01/25/2011 12:30 PM, Tom Lane wrote: marcin@skpsms:~/postgresql$ locale LC_COLLATE="pl_PL.UTF-8" It's only a regression if it used to pass in that locale. We can't realistically try to support every possible locale in the tests. Maybe someone would like to set up a b

Re: [HACKERS] a regression

2011-01-25 Thread Tom Lane
marcin mank writes: > On Tue, Jan 25, 2011 at 5:46 PM, marcin mank wrote: >> I did: >> git clone git://git.postgresql.org/git/postgresql.git && cd postgresql >> && ./configure --prefix=/home/marcin/pg91 --enable-cassert >> --enable-debug && make check >> >> which gave me the attached regression.

Re: [HACKERS] a regression

2011-01-25 Thread marcin mank
On Tue, Jan 25, 2011 at 5:46 PM, marcin mank wrote: > Hello. > I did: > git clone git://git.postgresql.org/git/postgresql.git && cd postgresql > && ./configure --prefix=/home/marcin/pg91 --enable-cassert > --enable-debug && make check > > which gave me the attached regression.diffs > uh, this may

[HACKERS] a regression

2011-01-25 Thread marcin mank
Hello. I did: git clone git://git.postgresql.org/git/postgresql.git && cd postgresql && ./configure --prefix=/home/marcin/pg91 --enable-cassert --enable-debug && make check which gave me the attached regression.diffs marcin@skpsms:~/postgresql$ gcc -v Using built-in specs. Target: x86_64-linux-gn