Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Tatsuo Ishii <ishii@postgresql.org>
Cc: pgsql-hackers@postgresql.org
Date: 2026-06-17T00:34:22Z
Lists: pgsql-hackers
On Wed, Jun 17, 2026 at 7:47 AM Tatsuo Ishii <ishii@postgresql.org> wrote: > > > To fix this, ParseFuncOrColumn() now checks whether other than window > > functions are used with the null treatment clause. If so, error out. > > > > Also remove the unnecessary test for "aggregate functions do not > > accept RESPECT/IGNORE NULLS" because it is now checked in the > > early-stage new check. The window regression test expected file is > > changed accordingly. > > I'm going to push the patch today if there's no objection. The code looks good to me, and the commit message is clear and well-written.
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