From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
Cc: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: ICU locales and text/char(n) SortSupport on Windows |
Date: | 2017-09-21 06:05:24 |
Message-ID: | 20170921060524.GB188913@rfd.leadboat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Sep 16, 2017 at 03:33:53PM -0700, Peter Geoghegan wrote:
> In summary, we're currently attaching the use of SortSupport to the
> wrong thing. We're treating this UTF-16 business as something that
> implies a broad OS/platform restriction, when in fact it should be
> treated as implying a restriction for one particular collation
> provider only (a collation provider that happens to be built into
> Windows, but isn't really special to us).
>
> Attached patch shows what I'm getting at. This is untested, since I
> don't use Windows. Proceed with caution.
This is currently a v10 open item, but I think it doesn't qualify for that
treatment. It's merely an opportunity for optimization, albeit an
attractively-simple one.
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2017-09-21 06:13:23 | Re: SERIALIZABLE with parallel query |
Previous Message | Noah Misch | 2017-09-21 05:29:28 | !USE_WIDE_UPPER_LOWER compile errors in v10+ |