aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-08-17 11:47:45 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-08-17 12:31:23 +0300
commit1d0392b2457e0cb845ea498849541f7eb94616d7 (patch)
tree23e0fcca6453a84ab43165b1c3674a7959e7d5b9 /src/backend/access/transam/xlog.c
parente5cb7563612b7056d9f97e65d4f4bef3930219dc (diff)
downloadpostgresql-1d0392b2457e0cb845ea498849541f7eb94616d7.tar.gz
postgresql-1d0392b2457e0cb845ea498849541f7eb94616d7.zip
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
It was invalidated again by Fujii's patch to 9.1.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index a462288a9ce..72cafc166ac 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.
*/