Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: assam258(at)gmail(dot)com
Cc: Tatsuo Ishii <ishii(at)postgresql(dot)org>, alvherre(at)kurilemu(dot)de, li(dot)evan(dot)chao(at)gmail(dot)com, jian(dot)universality(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
Date: 2026-06-30 01:39:37
Message-ID: CAHGQGwE19--=sJoQxGi3Te5m4UGzK0ucw8v735H_pysqAe+9vA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 25, 2026 at 11:15 PM Henson Choi <assam258(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-06-30 01:40:22 Re: 048_vacuum_horizon_floor.pl hangs due to wakeup lost inside LockBufferForCleanup
Previous Message Noah Misch 2026-06-30 01:29:19 Re: Collation & ctype method table, and extension hooks