Avoid regress error with exceptions under some verbosity levels

This commit is contained in:
Raul Marin
2017-11-02 12:29:14 +01:00
committed by Raúl Marín
parent e1fd016ef1
commit 5472bc71c6

View File

@@ -1,5 +1,6 @@
SET client_min_messages TO WARNING;
\set ECHO none
\set VERBOSITY TERSE
\pset format unaligned
--