Re: Row pattern recognition

Tatsuo Ishii <ishii@postgresql.org>

From: Tatsuo Ishii <ishii@postgresql.org>
To: assam258@gmail.com
Cc: pgsql-hackers@postgresql.org, jian.universality@gmail.com, zsolt.parragi@percona.com, sjjang112233@gmail.com, vik@postgresfriends.org, er@xs4all.nl, jacob.champion@enterprisedb.com, david.g.johnston@gmail.com, peter@eisentraut.org, li.evan.chao@gmail.com
Date: 2026-06-22T12:55:36Z
Lists: pgsql-hackers
Hi Henson,

> Before the patch list, a note on CI: cfbot has been red here, but the
> failure is not RPR -- it is the libLLVM 19 + ASAN JIT crash (CF 6870), which
> reproduces on plain master.  The build-system fix (exclude sanitizer flags
> from JIT bitcode generation) is Matheus Alcantara's; the meson half is
> v3-0001-Exclude-sanitizer-flags-from-LLVM-JIT-bitcode-gen.patch:
> 
> 
> https://postgr.es/m/CAAAe_zBX5uV9K0ikuROLgdNvDCgGqHRskT-73L+oX9=3aXR2AQ@mail.gmail.com
> 
> For v50, what would you think about folding that meson patch in as a
> temporary prerequisite at the front of the series, so cfbot's ASAN build
> gets past the JIT crash and actually exercises RPR?

I have sent an email to those who are working on CI to let them know
the CI is partly broken and the fix has been proposed.
https://www.postgresql.org/message-id/20260622.192319.148395607405547262.ishii%40postgresql.org

Once the fix is installed, the patch does not need to be part of
v50. Let's wait for a while.

Regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp



Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Adjust cross-version upgrade tests for seg_out() fix

  2. Rationalize error comments in partition split/merge tests

  3. Add fast path for foreign key constraint checks

  4. Fix assorted pretty-trivial memory leaks in the backend.

  5. Add temporal FOREIGN KEY contraints

  6. Add trailing commas to enum definitions

  7. Remove obsolete executor cleanup code