Fix more multibyte issues in ltree - Mailing list pgsql-hackers

From Jeff Davis
Subject Fix more multibyte issues in ltree
Date
Msg-id 02c6ef6cf56a5013ede61ad03c7a26affd27d449.camel@j-davis.com
Whole thread Raw
List pgsql-hackers
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


Attachment

pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: Re: Add CREATE SCHEMA ... LIKE support
Next
From: Andres Freund
Date:
Subject: pgstat include expansion