mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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