Re: Row pattern recognition
Henson Choi <assam258@gmail.com>
From: Henson Choi <assam258@gmail.com>
To: Tatsuo Ishii <ishii@postgresql.org>
Cc: jacob.champion@enterprisedb.com, david.g.johnston@gmail.com, vik@postgresfriends.org, er@xs4all.nl, peter@eisentraut.org, pgsql-hackers@postgresql.org
Date: 2026-02-03T08:40:01Z
Lists: pgsql-hackers
Attachments
- Fix-non-ASCII-characters.txt (text/plain)
Hi Tatsuo, I found a small typo in a function comment: non-ASCII letter was > used. In my understanding, using non-ASCII letters in the program > files are not recommended. Patch attached. > Thank you for catching this! You are absolutely right. I apologize for using non-ASCII characters in the code comments. I've reviewed all the RPR-related files and found additional instances of non-ASCII characters: - Arrows "→" instead of "->" - Superscript "²" instead of "^2" - Greater-than-or-equal "≥" instead of ">=" Found in: - src/backend/optimizer/plan/rpr.c (1 instance) - src/backend/executor/nodeWindowAgg.c (5 instances) - src/include/nodes/execnodes.h (4 instances) - src/test/regress/sql/rpr.sql (7 instances) - src/test/regress/sql/rpr_base.sql (15 instances) - src/test/regress/expected/rpr.out (7 instances) - src/test/regress/expected/rpr_base.out (15 instances) Total: 54 instances across 7 files. To ensure comprehensive coverage, I created a Python verification tool that checks for non-ASCII characters and reports their Unicode code points. I've verified all 46 files changed in the v42 patch series, and confirmed no additional non-ASCII characters remain. I'll be more careful going forward to use only ASCII characters in source files and comments. Updated patch attached. Best regards, Henson
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Adjust cross-version upgrade tests for seg_out() fix
- 3e3d7875e956 19 (unreleased) cited
-
Rationalize error comments in partition split/merge tests
- ecb2508aaf9b 19 (unreleased) cited
-
Add fast path for foreign key constraint checks
- 2da86c1ef9b5 19 (unreleased) cited
-
Fix assorted pretty-trivial memory leaks in the backend.
- e78d1d6d47dc 19 (unreleased) cited
-
Add temporal FOREIGN KEY contraints
- 89f908a6d0ac 18.0 cited
-
Add trailing commas to enum definitions
- 611806cd726f 17.0 cited
-
Remove obsolete executor cleanup code
- d060e921ea5a 17.0 cited