pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: postgres_fdw: Try again to stabilize aggregate pushdown regressi
Дата
Msg-id E1byre7-0003mt-KW@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp 9.1.24.
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.