pgsql: postgres_fdw: Attmempt to stabilize regression tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Attmempt to stabilize regression tests.
Date: 2018-02-09 20:28:51
Message-ID: E1ekFHv-0007st-DE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-09 20:50:42 pgsql: Clear stmt_timeout_active if we disable_all_timeouts.
Previous Message Robert Haas 2018-02-08 19:39:28 pgsql: Fix incorrect method name in comment.