mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Message fixes and style improvements
This commit is contained in:
@ -12515,7 +12515,7 @@ StartupRequestWalReceiverRestart(void)
|
||||
if (currentSource == XLOG_FROM_STREAM && WalRcvRunning())
|
||||
{
|
||||
ereport(LOG,
|
||||
(errmsg("wal receiver process shutdown requested")));
|
||||
(errmsg("WAL receiver process shutdown requested")));
|
||||
|
||||
pendingWalRcvRestart = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user