From: | Greg Stark <stark(at)mit(dot)edu> |
---|---|
To: | Palle Girgensohn <girgen(at)pingpong(dot)net> |
Cc: | Jakob Egger <jakob(at)eggerapps(dot)at>, Dave Page <dpage(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, "pgsql-packagers(at)postgresql(dot)org" <pgsql-packagers(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Bussmann Tobias <tobias(dot)bussmann(at)scnat(dot)ch> |
Subject: | Re: [pgsql-packagers] Palle Girgensohn's ICU patch |
Date: | 2014-11-26 14:21:02 |
Message-ID: | CAM-w4HOKKN0=1n=4DgJeh+tMK18ZGaWQ=R1kk6dDiZ17f+AubA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2014-11-26 14:27:23 | Re: no test programs in contrib |
Previous Message | Andres Freund | 2014-11-26 14:03:36 | Re: superuser() shortcuts |