]> granicus.if.org Git - postgresql/commit
Suppress DETAIL output from a foreign_data test.
authorPeter Geoghegan <pg@bowt.ie>
Wed, 20 Mar 2019 20:38:38 +0000 (13:38 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Wed, 20 Mar 2019 20:38:38 +0000 (13:38 -0700)
commit7d3bf73ac416fdd74d6c7d473e0c00a19be90c82
treee81c7998f15af9be52c2166965707560d1dc9ea2
parent815b20ae0c6ed61a431fba124c736152f0df5022
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
src/test/regress/expected/foreign_data.out
src/test/regress/sql/foreign_data.sql