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)
118
118
/* Suppress NOTICE output from non-existant constraints */
119
119
PQclear (executeQueryOrDie (conn , "SET client_min_messages = warning;" ));
120
120
PQclear (executeQueryOrDie (conn , "SET log_min_messages = warning;" ));
121
+ PQclear (executeQueryOrDie (conn , "SET log_min_error_statement = warning;" ));
121
122
122
123
ntups = PQntuples (res );
123
124
i_nspname = PQfnumber (res , "nspname" );
@@ -138,6 +139,7 @@ optionally_create_toast_tables(void)
138
139
139
140
PQclear (executeQueryOrDie (conn , "RESET client_min_messages;" ));
140
141
PQclear (executeQueryOrDie (conn , "RESET log_min_messages;" ));
142
+ PQclear (executeQueryOrDie (conn , "RESET log_min_error_statement;" ));
141
143
142
144
PQfinish (conn );
143
145
}
You can’t perform that action at this time.
0 commit comments