Thread: pgsql: postgres_fdw: Third attempt to stabilize regression tests.

pgsql: postgres_fdw: Third attempt to stabilize regression tests.

From
Robert Haas
Date:
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(-)