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) ...@@ -2331,8 +2331,7 @@ reaper(SIGNAL_ARGS)
if (max_wal_senders > 0) if (max_wal_senders > 0)
{ {
ereport(LOG, ereport(LOG,
(errmsg("terminating walsender all processes to force cascaded" (errmsg("terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect")));
"standby(s) to update timeline and reconnect")));
SignalSomeChildren(SIGUSR2, BACKEND_TYPE_WALSND); 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