Fix grammar and spelling in log message.

This commit is contained in:
Heikki Linnakangas 2011-08-09 11:43:57 +03:00
parent 77ba232564
commit 5b6c8436d7
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}