pgsql: postgres_fdw: Fourth attempt to stabilize regression tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Fourth attempt to stabilize regression tests.
Date: 2018-03-02 18:19:18
Message-ID: E1erpH4-0004zj-RB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

postgres_fdw: Fourth attempt to stabilize regression tests.

Commit 1bc0100d270e5bcc980a0629b8726a32a497e788 added this test, and
commits 882ea509fe7a4711fe25463427a33262b873dfa1,
958e20e42d6c346ab89f6c72e4262230161d1663,
4fa396464e5fe238b7994535182f28318c61c78e tried to stabilize it. It's
still not stable, so keep trying.

The latest comment from Tom Lane is that disabling autovacuum seems
like a good strategy, but we might need to do it on more tables, hence
this patch.

Etsuro Fujita

Discussion: http://postgr.es/m/5A9928F1.2010206@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1733460f0205fc6d6bbe4c14911049a918c6e073

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 20 +++++++++++++++++---
contrib/postgres_fdw/sql/postgres_fdw.sql | 23 ++++++++++++++++++++---
2 files changed, 37 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-02 18:52:07 pgsql: Add prokind column, replacing proisagg and proiswindow
Previous Message Robert Haas 2018-03-02 17:21:33 pgsql: shm_mq: Have the receiver set the sender's less frequently.