Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
Henson Choi <assam258@gmail.com>
From: Henson Choi <assam258@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Tatsuo Ishii <ishii@postgresql.org>, alvherre@kurilemu.de,
li.evan.chao@gmail.com, jian.universality@gmail.com, pgsql-hackers@postgresql.org
Date: 2026-06-25T14:15:09Z
Lists: pgsql-hackers
Attachments
- blank-line-patch.txt (text/plain)
Hi Fujii-san, I've pushed the patch. Thanks! While reading ParseFuncOrColumn(), I noticed that commit 419ce13b701 left a stray blank line just before the closing brace of the normal-aggregate block in the FUNCDETAIL_AGGREGATE arm (right before the new "aggregate functions do not accept RESPECT/IGNORE NULLS" check). Trivial cleanup attached; no functional change. Regards, Henson Choi
Commits
-
Remove stray blank line in ParseFuncOrColumn()
- b07664a179bd 19 (unreleased) landed
- d8113095c488 master landed
-
Refine error reporting for null treatment on non-window functions
- 419ce13b7019 19 (unreleased) landed
-
Fix error message typo.
- ab3023ad1e68 19 (unreleased) landed
-
Fix to not allow null treatment to non window functions.
- 4e5920e6de87 19 (unreleased) landed
-
Add IGNORE NULLS/RESPECT NULLS option to Window functions.
- 25a30bbd4235 19 (unreleased) cited