From 5472bc71c6705d511dbcc11796f55f4b4bb1f93f Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Thu, 2 Nov 2017 12:29:14 +0100 Subject: [PATCH] Avoid regress error with exceptions under some verbosity levels --- src/pg/test/sql/18_outliers_test.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pg/test/sql/18_outliers_test.sql b/src/pg/test/sql/18_outliers_test.sql index 9a6b87d..cb216ea 100644 --- a/src/pg/test/sql/18_outliers_test.sql +++ b/src/pg/test/sql/18_outliers_test.sql @@ -1,5 +1,6 @@ SET client_min_messages TO WARNING; \set ECHO none +\set VERBOSITY TERSE \pset format unaligned --