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

From Robert Haas
Subject pgsql: postgres_fdw: Fourth attempt to stabilize regression tests.
Date
Msg-id E1erpH4-0004zj-RB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: shm_mq: Have the receiver set the sender's less frequently.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add prokind column, replacing proisagg and proiswindow