Re: Draft release notes for next week's releases - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Draft release notes for next week's releases
Date
Msg-id 5562.1459175044@sss.pgh.pa.us
Whole thread Raw
In response to Re: Draft release notes for next week's releases  (Oleg Bartunov <obartunov@gmail.com>)
Responses Dealing with collation and strcoll/strxfrm/etc
Re: Draft release notes for next week's releases
List pgsql-hackers
Oleg Bartunov <obartunov@gmail.com> writes:
> Should we start thinking about ICU ?

Isn't it still true that ICU fails to meet our minimum requirements?
That would include (a) working with the full Unicode character range
(not only UTF16) and (b) working with non-Unicode encodings.  No doubt
we could deal with (b) by inserting a conversion, but that would take
a lot of shine off the performance numbers you mention.

I'm also not exactly convinced by your implicit assumption that ICU is
bug-free.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Combinations of pg_strdup/free in pg_dump code
Next
From: Anastasia Lubennikova
Date:
Subject: Re: [WIP] Effective storage of duplicates in B-tree index.