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

From Henson Choi
Subject Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
Date
Msg-id CAAAe_zDLBkZFXXCgR_-NuaeW+aUXUtuDoSgg-2QRz+b2g7G4BA@mail.gmail.com
Whole thread
Responses Re: IGNORE/RESPECT NULLS can be specified for (prokind == 'f').
List 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

pgsql-hackers by date:

Previous
From: Henson Choi
Date:
Subject: Re: Key joins
Next
From: Nisha Moond
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication