Re: Locale by default? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Locale by default?
Date
Msg-id 20010820101201F.t-ishii@sra.co.jp
Whole thread Raw
In response to Locale by default?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Locale by default?
List pgsql-hackers
> It occurred to me that a server with locale features that is started in
> the C locale is going to behave the same as a server without locale
> features.  The exception are a few extra memory moving operations.  (I
> sincerely hope that all systems' libcs have optimized paths for the C
> locale.)  So we could get rid of this --enable-locale switch altogether.
> Given our international user base, this would be an appropriate step and
> move the locale support out of the "cumbersome secondary feature"
> compartment.  What do you think?

I wouldn't object it if there is a way to disable locale support.  We
in Japan are always troubled by borken Japanese locales on some
systems.  I'm afraid to hear more complains if there is no way to
disable the locale support.  Moreover, collation of locales for
Japanese are broken on all platforms as far as I know. I'm not sure
about other Asian languages though.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Grant
Date:
Subject: Re: [ADMIN] DB size
Next
From: Grant
Date:
Subject: Suggestion for To Do List - Client timeout please.