Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations
Date
Msg-id 1522240.1783364108@sss.pgh.pa.us
Whole thread
In response to Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations  (Nitin Motiani <nitinmotiani@google.com>)
List pgsql-hackers
Nitin Motiani <nitinmotiani@google.com> writes:
> Thanks for the feedback, Tom. I have removed the logic for the
> multibyte check and simplified the code. Please take a look at the
> latest patch.

Oh ... I simplified the patch and pushed it just moments ago.
Should have had a longer timeout, sorry about that.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andrey Rachitskiy
Date:
Subject: [PATCH] Collapse consecutive .** accessors for jsonpath exists queries
Next
From: Robert Haas
Date:
Subject: Re: hashjoins vs. Bloom filters (yet again)