Re: pgsql: Arrange to set the LC_XXX environment variables to match our - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Date
Msg-id 21556.1136064305@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Arrange to set the LC_XXX environment variables to match our  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-committers
"Magnus Hagander" <mha@sollentuna.net> writes:
> 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 ;-)

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?

            regards, tom lane

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Rename variable to cmd_str.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up initdb's code for selecting max_connections and