Fix more multibyte issues in ltree
Started by Jeff Davis24 days ago1 messages
Commit 84d5efa7e3 missed some multibyte issues caused by short-circuit
logic in the callers.
Repro:
-- should return true, returns false
SELECT 'sss'::ltree ~ 'ſſ*@'::lquery;
Patches attached; backport to 14 like 84d5efa7e3.
Regards,
Jeff Davis