minor comment & whitespace changes
authorHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 29 Jan 2009 08:39:40 +0000 (10:39 +0200)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Thu, 29 Jan 2009 08:39:40 +0000 (10:39 +0200)
src/backend/access/transam/xlog.c

index dfacf9935240d4d1a73c0276a8c70350321c82a0..d167a90d98c8b52102b34e933ebc9fdab1f08aed 100644 (file)
@@ -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