Re: [HACKERS] ICU integration

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] ICU integration
Дата
Msg-id dc111c2d-cf76-dc5d-e179-75869dbb6a8a@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] ICU integration  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: [HACKERS] ICU integration  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] ICU integration  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [HACKERS] ICU integration  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] ICU integration