pgsql: postgres_fdw: Third attempt to stabilize regression tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Third attempt to stabilize regression tests.
Date: 2018-02-28 15:20:05
Message-ID: E1er3WX-0003Yv-FB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Third attempt to stabilize regression tests.

Commit 1bc0100d270e5bcc980a0629b8726a32a497e788 added this test,
and commit 882ea509fe7a4711fe25463427a33262b873dfa1 tried to
stabilize it. There were still failures, so commit
958e20e42d6c346ab89f6c72e4262230161d1663 tried again to stabilize
it. That approach is still failing on jaguarundi, though, so
back it out and try something else. Specifically, instead of
disabling remote estimates for the table in question, let's tell
autovacuum to leave it alone.

Etsuro Fujita

Discussion: http://postgr.es/m/5A82DCCE.3060107@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4fa396464e5fe238b7994535182f28318c61c78e

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 45 ++++++++++++--------------
contrib/postgres_fdw/sql/postgres_fdw.sql | 10 ++----
2 files changed, 24 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-02-28 15:59:16 pgsql: Fix assertion failure when Parallel Append is run serially.
Previous Message Robert Haas 2018-02-28 15:12:00 pgsql: Update and improve comments.