Re: [HACKERS] ICU integration

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] ICU integration
Дата
Msg-id 3a88fa29-275b-f547-9957-86d4b2cd68db@2ndquadrant.com
обсуждение исходный текст
Ответ на ICU integration  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: [HACKERS] ICU integration  (Peter Geoghegan <pg@heroku.com>)
Re: [HACKERS] ICU integration  (Peter Geoghegan <pg@heroku.com>)
Re: [HACKERS] ICU integration  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Updated patch attached.

The previous round of reviews showed that there was general agreement on
the approach.  So I have focused on filling in the gaps, added ICU
support to all the locale-using places, added documentation, fixed some
minor issues that have been pointed out.  Everything appears to work
correctly now, and the user-facing feature set is pretty well-rounded.

I don't have much experience with the abbreviated key stuff.  I have
filled in what I think should work, but it needs detailed review.

Similarly, some of the stuff in the regular expression code was hacked
in blindly.

One minor problem is that we now support adding any-encoding collation
entries, which violates some of the comments in CollationCreate().  See
FIXME there.  It doesn't seem worth major contortions to fix that; maybe
it just has to be documented better.

-- 
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 по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] [sqlsmith] Crash reading pg_stat_activity
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Faster methods for getting SPI results