Re: Remaining dependency on setlocale()
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Chao Li <li.evan.chao@gmail.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2025-12-16T21:19:12Z
Lists: 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