postgres_fdw: Try again to stabilize aggregate pushdown regression tests.
authorRobert Haas <rhaas@postgresql.org>
Tue, 25 Oct 2016 02:36:24 +0000 (22:36 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 25 Oct 2016 02:36:24 +0000 (22:36 -0400)
commitf5d6bce63ceb3c59a964814bb0df5a0648e750e5
treef25693bd497246dcb02159599a27ca31110bf9c8
parent2dde01ccbfb4c53c7edd28a6836ba47303fea0ba
postgres_fdw: Try again to stabilize aggregate pushdown regression tests.

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
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql