Re: initdb and OSX why must I --no-locale

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: initdb and OSX why must I --no-locale
Date: 2002-12-01 23:42:20
Message-ID: 2687.1038786140@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Theodore Petrosky <tedpet5(at)yahoo(dot)com> writes:
> I've just finished the install of 7.3 release on mac
> OSX 10.2.2. I notice that initdb will permit me to
> init a directory for use, then when running postmaster
> using the directory I get a fatal error:

> FATAL: invalid value for option 'LC_TIME': 'en'

Are you sure it didn't say 'en_US' ? That's what I get on OSX if
I don't set LANG to C (or equivalently use --no-locale).

> BTW, what is the problem with OSX that it requires
> --no-locale?

Apple's locale handling seems to be fairly broken. They should not set
LANG to a value that their own library won't accept. I'd suggest filing
a bug report with them.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-12-01 23:51:56 Re: Bug #829: 7.3 crashes when trying to set variable to default
Previous Message Tom Lane 2002-12-01 23:31:11 Re: Bug #832: delete rule reports 0 modifications