Re: The question of LOCALE at the time of a regression test. - Mailing list pgsql-hackers

From Hiroshi Saito
Subject Re: The question of LOCALE at the time of a regression test.
Date
Msg-id 010201c86a57$68d5a4f0$0301a8c0@HP22720319231
Whole thread Raw
In response to The question of LOCALE at the time of a regression test.  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List pgsql-hackers
Hi Andrew-san.

Thanks!

----- Original Message ----- 
From: "Andrew Dunstan" <andrew@dunslane.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




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: The question of LOCALE at the time of a regression test.
Next
From: Alvaro Herrera
Date:
Subject: Re: PostgreSQL 8.4 development plan