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

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: The question of LOCALE at the time of a regression test.
Дата
Msg-id 010201c86a57$68d5a4f0$0301a8c0@HP22720319231
обсуждение исходный текст
Ответ на The question of LOCALE at the time of a regression test.  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: The question of LOCALE at the time of a regression test.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PostgreSQL 8.4 development plan