pgsql: postgres_fdw: Remove CTID output from some tests. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: postgres_fdw: Remove CTID output from some tests.
Date
Msg-id E1ejbBU-0007mQ-D4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
postgres_fdw: Remove CTID output from some tests.

Commit 1bc0100d270e5bcc980a0629b8726a32a497e788 added these tests,
but they're not stable enough to survive in the buildfarm.  Remove
CTIDs from the output in the hopes of fixing that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/882ea509fe7a4711fe25463427a33262b873dfa1

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Push down UPDATE/DELETE joins to remote servers.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Refine SSL tests test name reporting