LIKE is still short some MULTIBYTE code - Mailing list pgsql-hackers

From Tom Lane
Subject LIKE is still short some MULTIBYTE code
Date
Msg-id 1260.969048407@sss.pgh.pa.us
Whole thread Raw
Responses Re: LIKE is still short some MULTIBYTE code
List pgsql-hackers
I finished revising the LIKE operators back into an index-optimizable
form.  But I notice there is some non-multibyte-aware code that needs
to be fixed, specifically the pattern analysis routines in

src/backend/utils/adt/selfuncs.c:like_fixed_prefixregex_fixed_prefixlike_selectivityregex_selectivity_subregex_selectivity
I don't have time to work on this now, but perhaps someone else would
like to fix these...
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: Winner Notification - Linux Magazine Editor's Choice Awards (fwd)
Next
From: Joseph Shraibman
Date:
Subject: Re: LIKE is still short some MULTIBYTE code