pgsql: postgres_fdw: Third attempt to stabilize regression tests. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: postgres_fdw: Third attempt to stabilize regression tests.
Date
Msg-id E1er3WX-0003Yv-FB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Update and improve comments.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix assertion failure when Parallel Append is run serially.