]> granicus.if.org Git - postgresql/commitdiff
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 17 Aug 2011 08:47:45 +0000 (11:47 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 17 Aug 2011 09:31:23 +0000 (12:31 +0300)
It was invalidated again by Fujii's patch to 9.1.

src/backend/access/transam/xlog.c

index a462288a9ce0a154a7b1dc02038956186f1a93eb..72cafc166acfd9546c8557d232df2eba5741bdfb 100644 (file)
@@ -9826,7 +9826,7 @@ read_backup_label(XLogRecPtr *checkPointLoc, bool *backupEndRequired)
                                (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
                                 errmsg("invalid data in file \"%s\"", BACKUP_LABEL_FILE)));
        /*
-        * BACKUP METHOD line is new in 9.2. We can't restore from an older backup
+        * BACKUP METHOD line is new in 9.1. We can't restore from an older backup
         * anyway, but since the information on it is not strictly required, don't
         * error out if it's missing for some reason.
         */