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 bc9270757c
commit a8e8ceefdc

View File

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