pgsql: postgres_fdw: Remove CTID output from some tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: postgres_fdw: Remove CTID output from some tests.
Date: 2018-02-08 01:39:32
Message-ID: E1ejbBU-0007mQ-D4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-02-08 14:59:42 pgsql: Refine SSL tests test name reporting
Previous Message Thomas Munro 2018-02-08 00:04:13 Re: [COMMITTERS] pgsql: Rearm statement_timeout after each executed query.