aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-08-09 11:43:57 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-08-09 11:45:25 +0300
commit5b6c8436d7e696cced4db14c885eff23f87dc712 (patch)
treef6103ef8ec06d03b67a08aec6365bf8c40720bb6 /src
parent77ba23256404d6f975a80d5402e62f6047c67b3a (diff)
downloadpostgresql-5b6c8436d7e696cced4db14c885eff23f87dc712.tar.gz
postgresql-5b6c8436d7e696cced4db14c885eff23f87dc712.zip
Fix grammar and spelling in log message.
Diffstat (limited to 'src')
-rw-r--r--src/backend/postmaster/postmaster.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 412bc96465c..0696ae01829 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -2331,8 +2331,7 @@ reaper(SIGNAL_ARGS)
if (max_wal_senders > 0)
{
ereport(LOG,
- (errmsg("terminating walsender all processes to force cascaded"
- "standby(s) to update timeline and reconnect")));
+ (errmsg("terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect")));
SignalSomeChildren(SIGUSR2, BACKEND_TYPE_WALSND);
}