mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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)
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user