Re: a regression

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: a regression
Дата
Msg-id 1295989581.6430.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: a regression  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On tis, 2011-01-25 at 12:30 -0500, Tom Lane wrote:
> marcin mank <marcin.mank@gmail.com> writes:
> > On Tue, Jan 25, 2011 at 5:46 PM, marcin mank <marcin.mank@gmail.com> 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.diffs
> 
> > uh, this may have something to do with :
> 
> > 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.

I can say with some authority that we don't support the pl (glibc)
locale in the regression tests.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: SSI patch version 14
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch to add a primary key using an existing index