diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-09-14 06:42:07 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-09-14 06:42:07 +0200 |
commit | b1b53f15bbac106e241b14ae1bc13f2708fe74c8 (patch) | |
tree | c83c0f12a25e635520de634c8201668b6aa15607 /src/backend/access/transam/xlog.c | |
parent | b380484a850b6bf7d9fc0d85c555a2366e38451f (diff) | |
download | postgresql-b1b53f15bbac106e241b14ae1bc13f2708fe74c8.tar.gz postgresql-b1b53f15bbac106e241b14ae1bc13f2708fe74c8.zip |
Message fixes and style improvements
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 37dfcfbfa65..9d3f1c12fc5 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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; } |