Re: Row pattern recognition

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: david(dot)g(dot)johnston(at)gmail(dot)com, vik(at)postgresfriends(dot)org, jacob(dot)champion(at)enterprisedb(dot)com, er(at)xs4all(dot)nl, peter(at)eisentraut(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Row pattern recognition
Date: 2025-05-06 00:53:51
Message-ID: 20250506.095351.1825428116352052974.ishii@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Attached are the v30 patches, just adding a patch to change the
> default io_method parameter to sync, expecting this affects something
> to the recent CFbot failure.
> https://commitfest.postgresql.org/patch/4460/
> https://cirrus-ci.com/task/6078653164945408
> which is similar to:
> https://www.postgresql.org/message-id/20250422.111139.1502127917165838403.ishii%40postgresql.org
>
> (Once the issue resolved, the patch should be removed, of course)

It seems this has turned to green since May 2, 2025.
https://commitfest.postgresql.org/patch/5679/.

The last time it turned to red was April 16, 2025. Maybe something
committed between the period solved the cause of red, but I don't know
exactly which commit.

Anyway v31 patches now remove the change to default io_method
parameter to see if it passes Windows Server 2019, VS 2019 - Meson &
ninja test.

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
v31-0001-Row-pattern-recognition-patch-for-raw-parser.patch application/octet-stream 15.2 KB
v31-0002-Row-pattern-recognition-patch-parse-analysis.patch application/octet-stream 10.8 KB
v31-0003-Row-pattern-recognition-patch-rewriter.patch application/octet-stream 4.3 KB
v31-0004-Row-pattern-recognition-patch-planner.patch application/octet-stream 6.5 KB
v31-0005-Row-pattern-recognition-patch-executor.patch application/octet-stream 59.8 KB
v31-0006-Row-pattern-recognition-patch-docs.patch application/octet-stream 10.5 KB
v31-0007-Row-pattern-recognition-patch-tests.patch application/octet-stream 54.4 KB
v31-0008-Row-pattern-recognition-patch-typedefs.list.patch application/octet-stream 1.2 KB
v31-0009-Allow-to-print-raw-parse-tree.patch application/octet-stream 786 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-05-06 00:58:31 Re: Improve hash join's handling of tuples with null join keys
Previous Message Sami Imseih 2025-05-06 00:21:07 Re: POC: Parallel processing of indexes in autovacuum