Re: ICU integration

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ICU integration
Date: 2017-01-24 17:44:11
Message-ID: dc111c2d-cf76-dc5d-e179-75869dbb6a8a@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/15/17 5:53 AM, Pavel Stehule wrote:
> the regress test fails
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00000000007bbc2b in pattern_char_isalpha (locale_is_c=0 '\000',
> locale=0x1a73220, is_multibyte=1 '\001', c=97 'a') at selfuncs.c:5291
> 5291return isalpha_l((unsigned char) c, locale->lt);

Here is an updated patch that fixes this crash and is rebased on top of
recent changes.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v3-0001-ICU-support.patch text/x-patch 148.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-24 17:45:56 Re: ICU integration
Previous Message Pavan Deolasee 2017-01-24 17:42:44 Re: Patch: Write Amplification Reduction Method (WARM)