Re: a regression

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marcin mank <marcin(dot)mank(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: a regression
Date: 2011-01-25 17:30:58
Message-ID: 3635.1295976658@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

marcin mank <marcin(dot)mank(at)gmail(dot)com> writes:
> On Tue, Jan 25, 2011 at 5:46 PM, marcin mank <marcin(dot)mank(at)gmail(dot)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(at)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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2011-01-25 17:57:09 Re: Extensions support for pg_dump, patch v27
Previous Message Kevin Grittner 2011-01-25 17:17:06 Re: SSI patch version 14