From: | Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | champion(dot)p(at)gmail(dot)com, er(at)xs4all(dot)nl, vik(at)postgresfriends(dot)org, peter(at)eisentraut(dot)org, chen(at)sraoss(dot)co(dot)jp |
Subject: | Re: Row pattern recognition |
Date: | 2024-02-29 00:19:54 |
Message-ID: | 20240229.091954.1375627435447084540.t-ishii@sranhm.sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Attached is the v14 patch. Below are the summary of the changes from
previous version (besides rebase).
V14 patches are mainly for coding style fixes.
0001-Row-pattern-recognition-patch-for-raw-parser.patch
- Fold too long lines and run pgindent.
0002-Row-pattern-recognition-patch-parse-analysis.patch
- Fold too long lines and run pgindent.
0003-Row-pattern-recognition-patch-rewriter.patch
- Fold too long lines and run pgindent.
0004-Row-pattern-recognition-patch-planner.patch
- Fold too long lines and run pgindent.
0005-Row-pattern-recognition-patch-executor.patch
- Fold too long lines and run pgindent.
- Surround debug lines using "ifdef RPR_DEBUG" so that logs are not
contaminated by RPR debug logs when log_min_messages are set to
DEBUG1 or higher.
0006-Row-pattern-recognition-patch-docs.patch
- Same as before. (previously it was 0005-Row-pattern-recognition-patch-docs.patch)
0007-Row-pattern-recognition-patch-tests.patch
- Same as before. (previously it was 0006-Row-pattern-recognition-patch-tests.patch)
0008-Allow-to-print-raw-parse-tree.patch
- Same as before.
Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
Attachment | Content-Type | Size |
---|---|---|
v14-0001-Row-pattern-recognition-patch-for-raw-parser.patch | text/x-patch | 19.6 KB |
v14-0002-Row-pattern-recognition-patch-parse-analysis.patch | text/x-patch | 11.5 KB |
v14-0003-Row-pattern-recognition-patch-rewriter.patch | text/x-patch | 4.1 KB |
v14-0004-Row-pattern-recognition-patch-planner.patch | text/x-patch | 6.6 KB |
v14-0005-Row-pattern-recognition-patch-executor.patch | text/x-patch | 53.1 KB |
v14-0006-Row-pattern-recognition-patch-docs.patch | text/x-patch | 9.6 KB |
v14-0007-Row-pattern-recognition-patch-tests.patch | text/x-patch | 46.2 KB |
v14-0008-Allow-to-print-raw-parse-tree.patch | text/x-patch | 750 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-02-29 00:56:55 | Re: Improve readability by using designated initializers when possible |
Previous Message | Peter Smith | 2024-02-28 23:43:07 | Re: Synchronizing slots from primary to standby |