Re: [pgsql-packagers] Palle Girgensohn's ICU patch - Mailing list pgsql-hackers

From Greg Stark
Subject Re: [pgsql-packagers] Palle Girgensohn's ICU patch
Date
Msg-id CAM-w4HOKKN0=1n=4DgJeh+tMK18ZGaWQ=R1kk6dDiZ17f+AubA@mail.gmail.com
Whole thread Raw
In response to Re: [pgsql-packagers] Palle Girgensohn's ICU patch  (Palle Girgensohn <girgen@pingpong.net>)
Responses Re: [pgsql-packagers] Palle Girgensohn's ICU patch  (Neil Tiffin <neilt@neiltiffin.com>)
Re: [pgsql-packagers] Palle Girgensohn's ICU patch  (Palle Girgensohn <girgen@pingpong.net>)
Re: [pgsql-packagers] Palle Girgensohn's ICU patch  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
I find it hard to believe the original premise of this thread. We knew
there were some problems with OSX and FreeBSD but surely they can't be
completely broken? What happens if you run "ls" with your locale set
to something like fr_FR.UTF8 ? Does Apple not sell Macs in countries
other than the US?

There were a number of problems with using ICU including the large
dependency and the limitations of the iterator model but the main
issue was that it's fundamentally a choice between being consistent
with every other application on your system and being consistent with
other Postgres databases running on other OSes. Most people run
multiple applications on one OS, not many databases on many OSes on
their own with no other applications. If Postgres used ICU then its
output would be inconsistent with things like "sort" or "ls" or your
application programming language's comparison operators.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: superuser() shortcuts
Next
From: Alvaro Herrera
Date:
Subject: Re: no test programs in contrib