pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi
Date: 2016-10-25 02:39:23
Message-ID: E1byre7-0003mt-KW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-25 04:17:37 Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list
Previous Message Thomas Munro 2016-10-25 01:44:54 Re: [COMMITTERS] pgsql: Remove extra comma at end of enum list