Re: Small clean up in nodeAgg.c

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>, Andres Freund <andres@anarazel.de>, Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Date: 2021-06-30T23:09:28Z
Lists: pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Now that the pg15 branch is open, does anyone have any objections to this patch?

Just reading it over quickly, I noticed a comment mentioning 
"aggcombinedfn" which I suppose should be "aggcombinefn".
No particular opinion on whether this is a net reduction
of logical complexity.

			regards, tom lane



Commits

  1. Cleanup some aggregate code in the executor