On 26.08.24 08:09, Peter Eisentraut wrote:
> This patch allows using text position search functions with
> nondeterministic collations. These functions are
>
> - position, strpos
> - replace
> - split_part
> - string_to_array
> - string_to_table
>
> which all use common internal infrastructure.
> Some exploratory testing could be useful here. The present test
> coverage was already quite helpful during development, but there is
> always the possibility that something was overlooked.
Here is a freshly rebased patch version, no functionality changes.