Re: Row pattern recognition - Mailing list pgsql-hackers

From Chao Li
Subject Re: Row pattern recognition
Date
Msg-id 04165F0A-5347-4C98-B794-7E65FD1DDD86@gmail.com
Whole thread Raw
In response to Re: Row pattern recognition  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers

> On Nov 24, 2025, at 08:59, Chao Li <li.evan.chao@gmail.com> wrote:
>
> I will proceed 0007 tomorrow.

I just finished reviewing 0007 and 0008. This patch set really demonstrates the full lifecycle of adding a SQL feature,
fromchanging the syntax in gram.y all the way down to the executor, including tests and docs. I learned a lot from it.
Thanks!

23 - 0007

As you mentioned earlier, pattern regular expression support *, + and ?, but I don’t see ? is tested.

24 - 0007

I don’t see negative tests for unsupported quantifiers, like PATTERN (A+?).

25 - 0007
```
+-- basic test with none greedy pattern
```

Typo: “none greedy” -> non-greedy

No comment for 0008.

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







pgsql-hackers by date:

Previous
From: Maxim Orlov
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Next
From: Amul Sul
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile