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:
Taimoor Zaeem
2026-02-04 09:20:03 -05:00
committed by Steve Chavez
parent 37fc0a211b
commit aaaf7e96bd
+1
View File
@@ -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 search_path = public;