Re: using Core Foundation locale functions

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: using Core Foundation locale functions
Дата
Msg-id CAM3SWZRUcVPzeGjfuAfTCL5WPUHPPzuzeu9np4QyJe5d4p3u_g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: using Core Foundation locale functions  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On Tue, Dec 2, 2014 at 10:07 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> On 12/02/2014 12:52 AM, David E. Wheeler wrote:
>> Gotta say, I’m thrilled to see movement on this front, and especially pleased to see how consensus seems to be
buildingaround an abstracted interface to keep options open. This platform-specific example really highlights the need
forit (I had no idea that there was separate and more up-to-date collation support in Core Foundation than in the UNIX
layerof OS X). 
>
> It'd also potentially let us make use of Windows' native locale APIs,
> which AFAIK receive considerably more love on that platform than their
> POSIX back-country cousins.

Not to mention the fact that a MultiByteToWideChar() call could be
saved, and sortsupport for text would just work on Windows.

--
Peter Geoghegan



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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Custom/Foreign-Join-APIs (Re: [v9.5] Custom Plan API)
Следующее
От: Kouhei Kaigai
Дата:
Сообщение: Re: using custom scan nodes to prototype parallel sequential scan