Re: Unicode combining characters - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unicode combining characters
Date
Msg-id 22577.1002082487@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode combining characters  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: Unicode combining characters
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
>> I'd feel more confident if the measurements were done using operators
>> repeated enough times to yield multiple-second runtimes.

> Any idea to do that?

Maybe something like this: declare a plpgsql function that takes two
text parameters and has a body like
for (i = 0 to a million)    boolvar := $1 like $2;

Then call it with strings of different lengths and see how the runtime
varies.  You need to apply the LIKE to function parameters, else the
system will probably collapse the LIKE operation to a constant...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: My last ECPG commit
Next
From: Thomas Lockhart
Date:
Subject: timestamp and time now support precision