Re: SIMILAR TO expressions translate wildcards where they shouldn't - Mailing list pgsql-bugs

From Laurenz Albe
Subject Re: SIMILAR TO expressions translate wildcards where they shouldn't
Date
Msg-id 37584c1321b984a0c5c05d213ef70b869d95a12a.camel@cybertec.at
Whole thread Raw
Responses Re: SIMILAR TO expressions translate wildcards where they shouldn't
List pgsql-bugs
On Tue, 2025-05-27 at 14:57 +0900, Michael Paquier wrote:
> Anyway, that's really hard to parse so I would suggest to split each
> check into queries of their own to show individual conversions in
> these EXPLAIN outputs (we don't care if tese regexps are correct, just
> want to check the output to the POSIX style).  I am OK with the point
> based on charclass_start to count the number of carets at the
> beginning of a character class.
>
> With some tweaks and the tests reworked, I am finishing with the
> reviewed version attached.  What do you think?

Thank you; I think that is good to go.

Yours,
Laurenz Albe



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18937: New error class 10 for XQuery errors lacks a "standard" error code
Next
From: Tom Lane
Date:
Subject: Re: SIMILAR TO expressions translate wildcards where they shouldn't