Re: pgsql: Move per-agg and per-trans duplicate finding to the planner.

2020-11-24 Thread Heikki Linnakangas
On 24/11/2020 12:58, Michael Paquier wrote: The regression tests of sepgsql are broken: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=rhinoceros&dt=2020-11-24%2009%3A52%3A17 Reordering the lines in the output file would fix the issue. Yep, fixed, thanks! - Heikki

Re: pgsql: Move per-agg and per-trans duplicate finding to the planner.

2020-11-24 Thread Michael Paquier
Hi Heikki, On Tue, Nov 24, 2020 at 08:53:42AM +, Heikki Linnakangas wrote: > Move per-agg and per-trans duplicate finding to the planner. > > This has the advantage that the cost estimates for aggregates can count > the number of calls to transition and final functions correctly. > > Bump ca