Accept regression diffs in stats_ext test case
authorPavan Deolasee <[email protected]>
Wed, 30 Aug 2017 05:45:28 +0000 (11:15 +0530)
committerPavan Deolasee <[email protected]>
Wed, 30 Aug 2017 05:45:28 +0000 (11:15 +0530)
The actual result matches with the upstream result. The diffs must have been
caused by incorrect merge. So accept those fully.

src/test/regress/expected/stats_ext.out

index 2194c5a342567a64975c4a61efb768765bc5f227..a997cbc7df7e0f67f6e70a5c5cf1ef57ac511709 100644 (file)
@@ -149,10 +149,11 @@ CREATE STATISTICS tststats.s9 ON a, b FROM tststats.pt1;
 --     RAISE NOTICE 'stats on toast table not created';
 -- END;
 -- $$;
-SET client_min_messages TO warning;
+\set VERBOSITY terse \\ -- suppress cascade details
 DROP SCHEMA tststats CASCADE;
+NOTICE:  drop cascades to 6 other objects
 -- DROP FOREIGN DATA WRAPPER extstats_dummy_fdw CASCADE;
-RESET client_min_messages;
+\set VERBOSITY default
 -- n-distinct tests
 CREATE TABLE ndistinct (
     filler1 TEXT,