Re: Optimization for lower(), upper(), casefold() functions. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Optimization for lower(), upper(), casefold() functions.
Date
Msg-id 3511110.1742072794@sss.pgh.pa.us
Whole thread Raw
In response to Re: Optimization for lower(), upper(), casefold() functions.  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> On Sat, Mar 15, 2025 at 1:11 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> crake doesn't like your perl style:
>> ./src/common/unicode/generate-unicode_case_table.pl: Loop iterator is not
>> lexical at line 638, column 2.  See page 108 of PBP.

> I suppose pgperltidy didn't catch that. I will fix it shortly.

crake is running perlcritic, which is a whole different animal.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Optimization for lower(), upper(), casefold() functions.
Next
From: Peter Smith
Date:
Subject: Re: Patch: Cover POSITION(bytea,bytea) with tests