From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: fixing tsearch locale support |
Date: | 2024-12-12 18:20:14 |
Message-ID: | 190f5bbbbefe8accddf685e227365d9f7dd3e282.camel@j-davis.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, 2024-12-09 at 11:11 +0100, Peter Eisentraut wrote:
> I have expanded this patch set. The first three patches are the same
> as
> before. I have added a new patch that gets rid of lowerstr() from
> ts_locale.c and replaces it with the standard str_tolower() that
> everyone else is using.
+1 to the patch series.
Note: I posted a patch series to support case folding:
https://commitfest.postgresql.org/51/5436/
and we may want to use case folding for some of these purposes
internally. But this is not a blocker.
There is some kind of compatibility risk with these changes, so we will
need a release note. And we should try to get all the changes in one
release to avoid repeated small breakages.
Regards,
Jeff Davis
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2024-12-12 18:30:04 | Re: Add CASEFOLD() function. |
Previous Message | Heikki Linnakangas | 2024-12-12 18:16:39 | TransactionXmin != MyProc->xmin |