Re: fixing tsearch locale support - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: fixing tsearch locale support
Date
Msg-id a0243556-4e10-4bd3-b3f4-f4236dc83596@proxel.se
Whole thread Raw
In response to Re: fixing tsearch locale support  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: fixing tsearch locale support
List 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




pgsql-hackers by date:

Previous
From: AbdelAziz Sharaf
Date:
Subject: Re: [Feature Request] Schema Aliases and Versioned Schemas
Next
From: James Coleman
Date:
Subject: Re: Question about behavior of deletes with REPLICA IDENTITY NOTHING