Re: buildfarm / handling (undefined) locales - Mailing list pgsql-hackers

From Tom Lane
Subject Re: buildfarm / handling (undefined) locales
Date
Msg-id 18624.1400079750@sss.pgh.pa.us
Whole thread Raw
In response to Re: buildfarm / handling (undefined) locales  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: buildfarm / handling (undefined) locales
List pgsql-hackers
I wrote:
> As far as Windows goes, we could certainly use #ifdef WIN32 to print
> some different text, if anyone can write down what it should be.

Some googling suggests that on Windows, setlocale pays no attention
to environment variables but gets a value that the user can set via
the Control Panel.  This probably means that an invalid setting is
impossible, or at least that we have no clear idea how the user could
screw it up.  So I'm thinking we do not need a Windows-specific
phrasing of the message, until such time as we see evidence of how
you could provoke this case on Windows.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: popen and pclose redefinitions causing many warning in Windows build
Next
From: Noah Misch
Date:
Subject: Re: popen and pclose redefinitions causing many warning in Windows build