Re: [HACKERS] ICU integration - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] ICU integration
Date
Msg-id CAFj8pRDQYTr_Jp60+VFpbE57RdHhQF9-ficTZCeu8_bqhRVC4Q@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] ICU integration  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] ICU integration
List pgsql-hackers
Hi

2017-01-24 18:44 GMT+01:00 Peter Eisentraut <peter.eisentraut@2ndquadrant.com>:
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.

This patch is not possible to compile on today master

commands/collationcmds.o: In function `AlterCollation':
/home/pavel/src/postgresql/src/backend/commands/collationcmds.c:297: undefined reference to `CatalogUpdateIndexes'
collect2: error: ld returned 1 exit status

Regards

Pavel

 

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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Refactoring of replication commands using printsimple
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions