From: Heikki Linnakangas Date: Thu, 29 Jan 2009 08:39:40 +0000 (+0200) Subject: minor comment & whitespace changes X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=48b55e11487d6b4bd349bba94b3dae7d46e77432;p=users%2Fsimon%2Fpostgres.git minor comment & whitespace changes --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index dfacf99352..d167a90d98 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -5350,7 +5350,7 @@ StartupXLOG(void) /* * Complain if we did not roll forward far enough to render the backup - * dump consistent and start safely. + * dump consistent. */ if (InRecovery && !reachedSafeStartPoint) { @@ -5839,7 +5839,6 @@ LogCheckpointStart(int flags, bool restartpoint) * XXX: This is hopelessly untranslatable. We could call gettext_noop * for the main message, but what about all the flags? */ - if (restartpoint) msg = "restartpoint starting:%s%s%s%s%s%s%s"; else