Re: pgsql: Arrange to set the LC_XXX environment variables to match our

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7E0E@algol.sollentuna.se
обсуждение исходный текст
Ответ на pgsql: Arrange to set the LC_XXX environment variables to match our  (tgl@postgresql.org (Tom Lane))
Ответы Re: pgsql: Arrange to set the LC_XXX environment variables to match our  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
> > This patch appears to have killed win32 builds that *don't* have NLS
> > enabled:
>
> > pg_locale.c:109: error: `LC_MESSAGES' undeclared (first use in this
> > function)
>
> Silly me for assuming all WIN32 platforms are alike ;-)

Yes, indeed!
(LC_MESSAGES comes from libintl. Windows never supports it.)


> What's the appropriate behavior in this case --- just treat
> it as a no-op, as we do on Unix when LC_MESSAGES isn't defined?

Yes, I think that's correct.

//Magnus

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove unnecessary assignment, per Tom.
Следующее
От: adunstan@postgresql.org (Andrew Dunstan)
Дата:
Сообщение: pgsql: Remove the nexus between trial_buffs and trial_conns, and don't