mirror of
https://github.com/postgres/postgres.git
synced 2026-05-16 13:47:58 -04:00
f5d6bce63c
A query that only aggregates one row isn't a great argument for pushdown, and buildfarm member brolga decides against it. Adjust the query a bit in the hopes of getting remote aggregation to win consistently. Jeevan Chalke, per suggestion from Tom Lane