On Mon, Oct 6, 2014 at 10:45 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Michael Paquier <michael.paquier@gmail.com> writes: > On Mon, Oct 6, 2014 at 1:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> That looks about like mine too, though I'm not using --disable-rpath >> ... what's the reason for that?
> No real reason. That was only some old remnant in a build script that was > here for ages :)
Hm. Grasping at straws here ... what's your locale enviroment?
The system locales have nothing really special... $ locale LANG= LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL=
But now that you mention it I have as well that: $ defaults read -g AppleLocale en_JP -- Michael