Re: tiny step toward threading: reduce dependence on setlocale()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, Andreas Karlsson <andreas(at)proxel(dot)se>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: tiny step toward threading: reduce dependence on setlocale()
Date: 2024-09-13 14:39:56
Message-ID: 30bff756-6fb3-4344-9bdc-335ec0b2f8be@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12.09.24 22:01, Jeff Davis wrote:
> On Mon, 2024-09-09 at 15:37 +0200, Peter Eisentraut wrote:
>> In the end, I figured the best thing to do here is to add an explicit
>> locale argument to MATCH_LOWER() and GETCHAR() so one can actually
>> understand this code by reading it.  New patch attached.
>
> Looks good to me, thank you.

committed, thanks

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-09-13 14:42:00 Re: Emitting JSON to file using COPY TO
Previous Message David G. Johnston 2024-09-13 14:07:49 Re: Add system column support to the USING clause