Re: fixing tsearch locale support

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: fixing tsearch locale support
Date: 2024-12-17 15:25:22
Message-ID: a0243556-4e10-4bd3-b3f4-f4236dc83596@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/13/24 6:07 PM, Jeff Davis wrote:
> OK, that's fine with me for this patch series.
>
> Eventually though, I think we should have built-in versions of these
> ASCII functions. Even if there's no actual problem, it would more
> clearly indicate that we only care about ASCII at that particular call
> site, and eliminate questions about what libc might do on some platform
> for some encoding/locale combination. It would also make it easier to
> search for locale-sensitive functions in the codebase.

+1 I had exactly the same idea.

Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2024-12-17 15:50:13 Re: Question about behavior of deletes with REPLICA IDENTITY NOTHING
Previous Message Nikita Malakhov 2024-12-17 15:11:02 SQL/JSON json_table plan clause