File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ optionally_create_toast_tables(void)
118118 /* Suppress NOTICE output from non-existant constraints */
119119 PQclear (executeQueryOrDie (conn , "SET client_min_messages = warning;" ));
120120 PQclear (executeQueryOrDie (conn , "SET log_min_messages = warning;" ));
121+ PQclear (executeQueryOrDie (conn , "SET log_min_error_statement = warning;" ));
121122
122123 ntups = PQntuples (res );
123124 i_nspname = PQfnumber (res , "nspname" );
@@ -138,6 +139,7 @@ optionally_create_toast_tables(void)
138139
139140 PQclear (executeQueryOrDie (conn , "RESET client_min_messages;" ));
140141 PQclear (executeQueryOrDie (conn , "RESET log_min_messages;" ));
142+ PQclear (executeQueryOrDie (conn , "RESET log_min_error_statement;" ));
141143
142144 PQfinish (conn );
143145 }
You can’t perform that action at this time.
0 commit comments