Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f'). - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
Date
Msg-id CAHGQGwE19--=sJoQxGi3Te5m4UGzK0ucw8v735H_pysqAe+9vA@mail.gmail.com
Whole thread
In response to Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').  (Henson Choi <assam258@gmail.com>)
List pgsql-hackers
On Thu, Jun 25, 2026 at 11:15 PM Henson Choi <assam258@gmail.com> wrote:
>
> 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.

Thanks for the patch! I've pushed it.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Collation & ctype method table, and extension hooks
Next
From: Fujii Masao
Date:
Subject: Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup