comment fixex
authorHeikki Linnakangas <[email protected]>
Thu, 5 Feb 2009 17:02:06 +0000 (19:02 +0200)
committerHeikki Linnakangas <[email protected]>
Thu, 5 Feb 2009 17:40:58 +0000 (19:40 +0200)
src/backend/access/transam/xlog.c

index 0055e7aa6db095b93b8f20eabe8ddbbb34a1464b..1772f193013025bf9a9508136b124b2201f09ed3 100644 (file)
@@ -6588,7 +6588,6 @@ xlog_redo(XLogRecPtr lsn, XLogRecord *record)
 
                /*
                 * TLI may change in a shutdown checkpoint, but it shouldn't decrease
-                * shutdown checkpoints only occur at shutdown. Much less confusing.
                 */
                if (checkPoint.ThisTimeLineID != ThisTimeLineID)
                {
@@ -7546,7 +7545,7 @@ CancelBackup(void)
  */
 
 /*
- * wal_quickdie() occurs when signalled SIGQUIT by the postmaster.
+ * startupproc_quickdie() occurs when signalled SIGQUIT by the postmaster.
  *
  * Some backend has bought the farm,
  * so we need to stop what we're doing and exit.