Re: Testing 9.2 in ~production environment

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Testing 9.2 in ~production environment
Дата
Msg-id 11101.1340112837@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Testing 9.2 in ~production environment  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Testing 9.2 in ~production environment  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> On tis, 2012-06-19 at 02:38 -0400, Tom Lane wrote:
>> If James is testing text-comparison-heavy operations, it doesn't seem
>> shocking in the least.  strcoll() in most non-C locales is a pig. 

> Ah yes, of course, having lc_ctype != C also selects strcoll instead of
> strcmp.

Come to think of it, another possible factor is that LIKE can't use
ordinary indexes on text if the locale isn't C.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: use of int4/int32 in C code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: use of int4/int32 in C code