On Tue, 2026-01-06 at 20:54 +0100, Peter Eisentraut wrote:
> On further reflection, it seems just as easy to have dmetaphone()
> take
> the input collation and use that to do a proper collation-aware
> upper-casing. This has the same effect (that is, it will still only
> support certain single-byte encodings), but it avoids elaborately
> hard-coding a bunch of things, and if we ever want to make this
> multibyte-aware, then we'll have to go this way anyway, I think. See
> attached patch.
Looks good to me.
After you commit that, we still need the changes in fuzzystrmatch.c,
right?
Regards,
Jeff Davis