pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi
Date
Msg-id E1byre7-0003mt-KW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5d6bce63ceb3c59a964814bb0df5a0648e750e5

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 58 +++++++++++---------------
contrib/postgres_fdw/sql/postgres_fdw.sql      |  4 +-
2 files changed, 27 insertions(+), 35 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 9.1.24.
Next
From: Dave Page
Date:
Subject: Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.