Re: [HACKERS] like/ilike improvements - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] like/ilike improvements
Date
Msg-id 200706020215.l522FDL07274@momjian.us
Whole thread Raw
In response to Re: [HACKERS] like/ilike improvements  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-patches
Andrew Dunstan wrote:
> > I'd suggest adding something like "If we are in the middle of a
> > multibyte character, we must already have matched at least one byte of
> > the character from both text and pattern; so we cannot get out-of-sync
> > on character boundaries.  And we know that no backend-legal encoding
> > allows ASCII characters such as '%' to appear as non-first bytes of
> > characters, so we won't mistakenly detect a new wildcard."
> >
> >
> >
>
> Done, and committed.

Woohoo, that's a big one off the plate!

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] like/ilike improvements
Next
From: "Pavan Deolasee"
Date:
Subject: Re: [pgsql-patches] Ctid chain following enhancement