Re: Testing 9.2 in ~production environment - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Testing 9.2 in ~production environment
Date
Msg-id 11101.1340112837@sss.pgh.pa.us
Whole thread Raw
In response to Re: Testing 9.2 in ~production environment  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Testing 9.2 in ~production environment  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: use of int4/int32 in C code
Next
From: Tom Lane
Date:
Subject: Re: use of int4/int32 in C code