pgsql: Suppress DETAIL output from a foreign_data test.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Suppress DETAIL output from a foreign_data test.
Date: 2019-03-20 20:41:14
Message-ID: E1h6i1S-0005pf-0N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress DETAIL output from a foreign_data test.

Unstable sort order related to changes to nbtree from commit dd299df8
can cause two lines of DETAIL output to be in opposite-of-expected
order. Suppress the output using the same VERBOSITY hack that is used
elsewhere in the foreign_data tests.

Note that the same foreign_data.out DETAIL output was mechanically
updated by commit dd299df8. Only a few such changes were required,
though.

Per buildfarm member batfish.

Discussion: https://postgr.es/m/CAH2-WzkCQ_MtKeOpzozj7QhhgP1unXsK8o9DMAFvDqQFEPpkYQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d3bf73ac416fdd74d6c7d473e0c00a19be90c82

Modified Files
--------------
src/test/regress/expected/foreign_data.out | 6 +++---
src/test/regress/sql/foreign_data.sql | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-20 20:46:50 Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Previous Message Alvaro Herrera 2019-03-20 20:37:57 pgsql: Restore RI trigger sanity check