Re: Remaining dependency on setlocale() - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Remaining dependency on setlocale()
Date
Msg-id ab5bbbd015c0b016f583e6915e787a0d6854270e.camel@j-davis.com
Whole thread Raw
In response to Re: Remaining dependency on setlocale()  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On Tue, 2025-12-16 at 12:04 -0800, Jeff Davis wrote:
> Probably a smaller case would do, but I think it requires page splits
> to hit the bug. 0004 fixes the bug.

Because it's a clear bug, I elected to backport 0004 to v18, where the
casefolding APIs were introduced. It's a bug before that as well, but
backporting further would be more complex and/or invasive.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] Allow complex data for GUC extra.
Next
From: Corey Huinker
Date:
Subject: pg_dump: Add ExecuteSqlCopy and simplify ExecuteSqlQuery