Re: downcase_identifier(): use method table from locale provider

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2025-10-29T21:37:22Z
Lists: pgsql-hackers
On Tue, 2025-10-21 at 11:28 -0700, Jeff Davis wrote:
> The attached patch refactors downcase_identifier() to use a method
> from
> the locale provider.

For now, I'm retracting this patch, instead opting for the narrower
change in the patch series here:

https://www.postgresql.org/message-id/d9657a6e51aa20702447bb2386b32fea6218670f.camel@j-davis.com

We may want a this downcase_identifier() method later as a step toward
better SQL standard support for identifier downcasing. But I'm not
focused on that problem right now.

Regards,
	Jeff Davis