test(io): set client_min_messages to warning in SQL fixtures
To suppress unwanted "NOTICE: ..." messages which pollute the log. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
37fc0a211b
commit
aaaf7e96bd
@@ -1,2 +1,3 @@
|
|||||||
|
SET client_min_messages = WARNING; -- suppress "NOTICE: ..." messages which pollute the log
|
||||||
SET check_function_bodies = false; -- to allow conditionals based on the pg version
|
SET check_function_bodies = false; -- to allow conditionals based on the pg version
|
||||||
SET search_path = public;
|
SET search_path = public;
|
||||||
|
|||||||
Reference in New Issue
Block a user