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

From: Henson Choi <assam258(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(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-25 14:15:09
Message-ID: CAAAe_zDLBkZFXXCgR_-NuaeW+aUXUtuDoSgg-2QRz+b2g7G4BA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
blank-line-patch.txt text/plain 982 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nisha Moond 2026-06-25 14:31:02 Re: Proposal: Conflict log history table for Logical Replication
Previous Message Henson Choi 2026-06-25 14:09:01 Re: Key joins