Re: ICU for global collation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ICU for global collation
Дата
Msg-id 26461c69-cbce-c286-1716-41148b5e0f06@enterprisedb.com
обсуждение исходный текст
Ответ на Re: ICU for global collation  (Marina Polyakova <m.polyakova@postgrespro.ru>)
Ответы Re: ICU for global collation  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Re: ICU for global collation  (Marina Polyakova <m.polyakova@postgrespro.ru>)
Список pgsql-hackers
On 15.09.22 17:41, Marina Polyakova wrote:
> I agree with you. Here's another version of the patch. The 
> locale/encoding checks and reports in initdb have been reordered, 
> because now the encoding is set first and only then the ICU locale is 
> checked.

I committed something based on the first version of your patch.  This 
reordering of the messages here was a little too much surgery for me at 
this point.  For instance, there are also messages in #ifdef WIN32 code 
that would need to be reordered as well.  I kept the overall structure 
of the code the same and just inserted the additional proposed checks.

If you want to pursue the reordering of the checks and messages overall, 
a patch for the master branch could be considered.



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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: ICU for global collation