Re: OK, that's one LOCALE bug report too many...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: OK, that's one LOCALE bug report too many...
Дата
Msg-id 18309.975111247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: OK, that's one LOCALE bug report too many...  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-hackers
Lamar Owen <lamar.owen@wgcr.org> writes:
> Oh, and to make matters that much worse, on a RedHat system it doesn't
> matter if you build with or without --enable-locale -- locale support is
> in the libc used, and locale support gets used regardless of what you
> select on the configure line :-(.

I don't follow.  Of course locale support is in libc; where else would
it be?  But without --enable-locale, we will never call setlocale().
Surely even RedHat is not so broken that they default to non-C locale
in a program that has not called setlocale()?  That directly contravenes
the letter of the ISO C standard, IIRC.
        regards, tom lane


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: OK, that's one LOCALE bug report too many...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: OK, that's one LOCALE bug report too many...