On 2020-11-16 18:30, Tom Lane wrote:
In this case, I see one use of the constant TRUE in collationcmds.c, but I wonder how come that's there given that we deprecated upper-case TRUE some time ago.
In 2eb4a831e5fb5d8fc17e13aea56e04af3efe27b4, I intentionally left that there because it was the documented ICU API. Now that that's changed, we should just do s/TRUE/true/ there as suggested.