Re: [HACKERS] Getting server crash on Windows when using ICU collation - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: [HACKERS] Getting server crash on Windows when using ICU collation
Date
Msg-id CAH2-Wz=nKd5P2_MAyMZLzTpTSN7b0OoO-TDLKPJ9pxUsoECn5A@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Getting server crash on Windows when using ICU collation  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] Getting server crash on Windows when using ICU collation  (Peter Geoghegan <pg@bowt.ie>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Thoughts on unit testing?
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Server crash (FailedAssertion) due to catcache refcount mis-handling