pgsql: postgres_fdw: Attmempt to stabilize regression tests.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: postgres_fdw: Attmempt to stabilize regression tests.
Дата
Msg-id E1ekFHv-0007st-DE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
postgres_fdw: Attmempt to stabilize regression tests.

Even after commit 882ea509fe7a4711fe25463427a33262b873dfa1, some
buildfarm members are still failing in the postgres_fdw tests.
Try to fix that by disabling use of remote statistics for some
test cases.

Etsuro Fujita

Discussion: http://postgr.es/m/5A7D76CF.8080601@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/958e20e42d6c346ab89f6c72e4262230161d1663

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 43 +++++++++++++++-----------
contrib/postgres_fdw/sql/postgres_fdw.sql      |  9 ++++++
2 files changed, 34 insertions(+), 18 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix incorrect method name in comment.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Clear stmt_timeout_active if we disable_all_timeouts.