We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba232 commit 5b6c843Copy full SHA for 5b6c843
src/backend/postmaster/postmaster.c
@@ -2331,8 +2331,7 @@ reaper(SIGNAL_ARGS)
2331
if (max_wal_senders > 0)
2332
{
2333
ereport(LOG,
2334
- (errmsg("terminating walsender all processes to force cascaded"
2335
- "standby(s) to update timeline and reconnect")));
+ (errmsg("terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect")));
2336
SignalSomeChildren(SIGUSR2, BACKEND_TYPE_WALSND);
2337
}
2338
0 commit comments