On Fri, Sep 9, 2016 at 2:27 PM, Tom Lane <[email protected]> wrote: > Dave Page <[email protected]> writes: >> We needed a specific version that was newer than that shipped with >> RHEL 6 (or in EPEL) iirc. > > Sure hope that's not true of the currently-proposed patch :-(
Looking back at my old emails, apparently ICU 5.0 and later include ucol_strcollUTF8() which avoids the need to convert UTF-8 characters to 16 bit before sorting. RHEL 6 has the older 4.2 version of ICU. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
