diff options
author | Pavan Deolasee | 2017-08-30 05:45:28 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-08-30 05:45:28 +0000 |
commit | 298ed72a44c2bedb793e8fdd368a7f4e71c66883 (patch) | |
tree | 8de1460e2b7ee8372ef8336a187d15ce890a4dfe /src | |
parent | 46ff0d1eb1b7dcba0598fc99531a435c3930ae17 (diff) |
Accept regression diffs in stats_ext test case
The actual result matches with the upstream result. The diffs must have been
caused by incorrect merge. So accept those fully.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/expected/stats_ext.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/regress/expected/stats_ext.out b/src/test/regress/expected/stats_ext.out index 2194c5a342..a997cbc7df 100644 --- a/src/test/regress/expected/stats_ext.out +++ b/src/test/regress/expected/stats_ext.out @@ -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, |