Re: Row pattern recognition

From: Henson Choi <assam258(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: jacob(dot)champion(at)enterprisedb(dot)com, david(dot)g(dot)johnston(at)gmail(dot)com, vik(at)postgresfriends(dot)org, er(at)xs4all(dot)nl, peter(at)eisentraut(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Row pattern recognition
Date: 2026-01-19 23:35:14
Message-ID: CAAAe_zCfR=oezO_RH7whxGRPwCjX7un1Q6P43G_2j=+QH0XoXQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fix references to external documentation not included

2026년 1월 20일 (화) AM 8:34, Tatsuo Ishii <ishii(at)postgresql(dot)org>님이 작성:

> Hi Henson,
>
> > Hi Ishii-san,
> >
> > I'm sending a patch that refactors the NFA context absorption logic
> > for Row Pattern Recognition (RPR).
>
> Thanks for the new patches. I will create v41 patch.
>
> > - No more large-scale refactoring is planned. Future work will focus on
> > quality verification through additional test cases, comprehensive test
> > coverage, and memory leak checks.
>
> Maybe time to run pgindent? I can run pgindent before creating v41.
>
> Best regards,
> --
> Tatsuo Ishii
> SRA OSS K.K.
> English: http://www.sraoss.co.jp/index_en/
> Japanese:http://www.sraoss.co.jp
>

Attachment Content-Type Size
0001-Refactor-NFA-absorption-logic.txt text/plain 86.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Henson Choi 2026-01-19 23:39:57 Re: Row pattern recognition
Previous Message Tatsuo Ishii 2026-01-19 23:33:53 Re: Row pattern recognition