Re: [HACKERS] ICU integration

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [HACKERS] ICU integration
Дата
Msg-id CAH2-Wz=65trVDYUuPjF8rm9CEbirpK=dvihW5=xRjHs18EPo2w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] ICU integration  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, Feb 20, 2017 at 3:51 PM, Bruce Momjian <bruce@momjian.us> wrote:
> So we don't have any other cases where we warn about possible corruption
> except this?

I'm not sure that I understand the distinction you're making.

> Also, I will go back to my previous concern, that while I like the fact
> we can detect collation changes with ICU, we don't know if ICU
> collations change more often than OS collations.

We do know that ICU collations can never change behaviorally in a
given stable release. Bug fixes are allowed in point releases, but
these never change the user-visible behavior of collations. That's
very clear, because an upstream Unciode UCA version is used by a given
major release of ICU. This upstream data describes the behavior of a
collation using a high-level declarative language, that non-programmer
experts in natural languages write.

ICU versions many different things, in fact. Importantly, it
explicitly decouples behavioral issues (user visible sort order -- UCA
version) from technical issues (collator implementation details). So,
my original point is that that could change, and if that happens we
ought to have a plan. But, it won't change unless it really has to.

-- 
Peter Geoghegan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] ICU integration
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] Multivariate statistics and expression indexes