Re: Deduplicate aggregates and transition functions in planner
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-11-24T08:54:39Z
Lists: pgsql-hackers
On 19/11/2020 12:38, Heikki Linnakangas wrote: > So barring objections, I'm going to push the attached updated patch that > includes the removal of AggrefExprState, and leave CookedAggrefs or > other further refactorings for the future. Done. Thanks! - Heikki
Commits
-
Move per-agg and per-trans duplicate finding to the planner.
- 0a2bc5d61e71 14.0 landed