8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cb756 commit 1d0392bCopy full SHA for 1d0392b
src/backend/access/transam/xlog.c
@@ -9826,7 +9826,7 @@ read_backup_label(XLogRecPtr *checkPointLoc, bool *backupEndRequired)
9826
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
9827
errmsg("invalid data in file \"%s\"", BACKUP_LABEL_FILE)));
9828
/*
9829
- * 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
9830
* anyway, but since the information on it is not strictly required, don't
9831
* error out if it's missing for some reason.
9832
*/
0 commit comments