1
0
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:
Peter Eisentraut
2020-09-14 06:42:07 +02:00
parent b380484a85
commit b1b53f15bb
24 changed files with 92 additions and 89 deletions

View File

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