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 0a15857a54
commit e71e9b10b6

View File

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