* that any session object (i.e. named statement) does not remain in
* the last session.
*/
- if (per_node_error_log(backend, i, string, "pool_send_and_wait: Error or notice message from backend: ", true) == 'E')
+ if (per_node_error_log(backend, i, string, "pool_send_and_wait: Error or notice message from backend", true) == 'E')
reset_query_error = true;
}
* does not report what statement caused that error and make users
* confused.
*/
- per_node_error_log(backend, i, str, "pool_send_and_wait: Error or notice message from backend: ", true);
+ per_node_error_log(backend, i, str, "pool_send_and_wait: Error or notice message from backend", true);
}
}
* PostgreSQL does not report what statement caused that error and
* make users confused.
*/
- per_node_error_log(backend, MAIN_NODE_ID, stmt, "Parse: Error or notice message from backend: ", true);
+ per_node_error_log(backend, MAIN_NODE_ID, stmt, "Parse: Error or notice message from backend", true);
if (deadlock_detected)
{
if (!pool_read_buffer_is_empty(CONNECTION(backend, i)))
per_node_error_log(backend, i,
"(out of band message)",
- "ReadyForQuery: Error or notice message from backend: ", false);
+ "ReadyForQuery: Error or notice message from backend", false);
}
}