From: Heikki Linnakangas Date: Tue, 9 Aug 2011 08:43:57 +0000 (+0300) Subject: Fix grammar and spelling in log message. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5b6c8436d7e696cced4db14c885eff23f87dc712;p=users%2Fkgrittn%2Fpostgres.git Fix grammar and spelling in log message. --- diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 412bc96465..0696ae0182 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); }