mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-03-03 02:37:00 +08:00
It's rather silly to make a separate pass over the tlist + HAVING qual, and a separate set of visits to the syscache, when get_agg_clause_costs already has all the required information in hand. This nets out as less code as well as fewer cycles.