From: Heikki Linnakangas Date: Wed, 17 Aug 2011 08:47:45 +0000 (+0300) Subject: Fix comment about which version had BACKUP METHOD line in backup_lable, again. X-Git-Tag: REL9_2_BETA1~1278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d0392b2457e0cb845ea498849541f7eb94616d7;p=postgresql Fix comment about which version had BACKUP METHOD line in backup_lable, again. It was invalidated again by Fujii's patch to 9.1. --- 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. */