Re: [HACKERS] ICU integration

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: [HACKERS] ICU integration
Дата
Msg-id CAFj8pRDQYTr_Jp60+VFpbE57RdHhQF9-ficTZCeu8_bqhRVC4Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] ICU integration  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: [HACKERS] ICU integration  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Refactoring of replication commands using printsimple
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] logical decoding of two-phase transactions