mirror of https://github.com/postgres/postgres
Fix grammar and spelling in log message.
This commit is contained in:
parent
77ba232564
commit
5b6c8436d7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue