Re: [HACKERS] ICU integration

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [HACKERS] ICU integration
Дата
Msg-id CAH2-WzkEbMZOCKyXgtWJ-9WNKVmBBMGd9AfKoXHtnx_fOjW5uQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] ICU integration  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] ICU integration  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, Feb 20, 2017 at 3:19 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Well, the release notes are a clear-enough communication for a need to
> reindex.  I don't see a LOG message as similar.  Don't we have other
> cases where we have to warn administrators?  We can mark the indexes as
> invalid but how would we report that?

Marking all indexes as invalid would be an enormous overkill. We don't
even know for sure that the values the user has indexed happens to be
affected. In order for there to have been a bug in ICU in the first
place, the likelihood is that it only occurs in what are edge cases
for the collator.

ICU is a very popular library, used in software that I personally
interact with every day [1]. Any bugs like this should be exceptional.
They very clearly appreciate how sensitive software like Postgres is
to changes like this, which is why the versioning API exists.

[1] http://site.icu-project.org/#TOC-Who-Uses-ICU-
-- 
Peter Geoghegan



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] ICU integration
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] ICU integration