Re: The question of LOCALE at the time of a regression test.

From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: The question of LOCALE at the time of a regression test.
Date: 2008-02-08 13:35:03
Message-ID: 010201c86a57$68d5a4f0$0301a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Andrew-san.

Thanks!

----- Original Message -----
From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>

>
>
> Hiroshi Saito wrote:
>> Hi Tom-san.
>>
>> I look at that all regression tests pass by tools/msvc. It is very
>> comfortable.!
>> Then, the reason, it is because no-locale is an default value.
>>
>
> Since we rely on the OS to supply locale settings, getting a reliable
> set of regression tests that depended on the locale would be close to
> impossible. We really have to run the regression tests under --no-locale.

It is very strange...

GNUmakefile is this
--
# locale
NOLOCALE =
ifdef NO_LOCALE
NOLOCALE += --no-locale
endif
--

It is inconsistent.....
although I was a problem of Japan, I proposed it.

Regards,
Hiroshi Saito

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-02-08 13:38:45 Re: PostgreSQL 8.4 development plan
Previous Message Andrew Dunstan 2008-02-08 13:22:47 Re: The question of LOCALE at the time of a regression test.