From 1d0392b2457e0cb845ea498849541f7eb94616d7 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 17 Aug 2011 11:47:45 +0300 Subject: [PATCH] Fix comment about which version had BACKUP METHOD line in backup_lable, again. It was invalidated again by Fujii's patch to 9.1. --- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index a462288a9c..72cafc166a 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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. */ -- 2.40.0