Re: [HACKERS] Getting server crash on Windows when using ICU collation

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: [HACKERS] Getting server crash on Windows when using ICU collation
Дата
Msg-id CAH2-Wz=nKd5P2_MAyMZLzTpTSN7b0OoO-TDLKPJ9pxUsoECn5A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Getting server crash on Windows when using ICU collation  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Getting server crash on Windows when using ICU collation  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Thu, Aug 10, 2017 at 11:02 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Fri, Jun 23, 2017 at 1:14 AM, Ashutosh Sharma <ashu.coek88@gmail.com> wrote:
>> Okay, attached is the patch which first detects the platform type and
>> runs the uconv commands accordingly  from the corresponding icu bin
>> path. Please have a look and let me know for any issues. Thanks.
>
> Should this be on the open items list?

Maybe. Peter E has a patch to fix the other issue (ICU 52 has a buggy
ucol_strcollUTF8()) by never using it on ICU versions prior to 53. He
posted this just yesterday.

This removes the existing configure test, replacing it with something
that will work just the same on Windows, presuming Peter also reverts
the commit that had ICU never use ucol_strcollUTF8() on Windows.

-- 
Peter Geoghegan



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Thoughts on unit testing?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Server crash (FailedAssertion) due to catcache refcount mis-handling