Commit 5b6c8436 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix grammar and spelling in log message.

parent 77ba2325
......@@ -2331,8 +2331,7 @@ reaper(SIGNAL_ARGS)
if (max_wal_senders > 0)
{
ereport(LOG,
(errmsg("terminating walsender all processes to force cascaded"
"standby(s) to update timeline and reconnect")));
(errmsg("terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect")));
SignalSomeChildren(SIGUSR2, BACKEND_TYPE_WALSND);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment