node service: explicitly note the node identity where CHECKPOINT issued

This output is logged during "standby switchover", so it's useful to be
aware of which node the activity is being performed on.
This commit is contained in:
Ian Barwick
2020-03-25 13:55:21 +09:00
parent e64349e4da
commit 6895916914

View File

@@ -2077,10 +2077,11 @@ do_node_service(void)
else
{
log_notice(_("issuing CHECKPOINT"));
log_notice(_("issuing CHECKPOINT on node \"%s\" (ID: %i) "),
config_file_options.node_name,
config_file_options.node_id);
checkpoint(conn);
}
}