On Tue, 2026-08-11 at 12:19 +0300, Heikki Linnakangas wrote:
> Interestingly this only fails on REL_18_STABLE. On REL_19_STABLE,
> pg_strupper() checks if locale->ctype is NULL, and does the
> equivalent
> of asc_toupper() internally.
Ugh. I should have backported 1476028225, sorry :-(
Thank you for catching it quickly, Masashi!
Regards,
Jeff Davis