Pavel Stehule <[email protected]> writes:
> pá 18. 10. 2024 v 22:23 odesílatel Tom Lane <[email protected]> napsal:
>> The problem here is that we failed to pass through the result of
>> PG_GET_COLLATION() to text_starts_with.  We could do that, certainly,
>> for a couple more lines of code.  But it feels like this is getting
>> into details that obscure the main point.  I wonder if it'd be better
>> to choose a different example that calls a non-collation-dependent
>> target function.

> This can be a trap for some beginners too. So example of
> DirectFunctionCall2Coll can be nice

Hearing no other comments, I fixed the example to pass through
collation and pushed it.

                        regards, tom lane


Reply via email to