LIKE is still short some MULTIBYTE code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: LIKE is still short some MULTIBYTE code
Date: 2000-09-15 20:06:47
Message-ID: 1260.969048407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_prefix
regex_fixed_prefix
like_selectivity
regex_selectivity_sub
regex_selectivity
I don't have time to work on this now, but perhaps someone else would
like to fix these...

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joseph Shraibman 2000-09-15 20:26:38 Re: LIKE is still short some MULTIBYTE code
Previous Message Michael Meskes 2000-09-15 19:57:20 type OIDs