1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-11-06 08:49:29 +02:00

Fix outdated comment.

This was probably missed when a new test was added and the timeline was updated.
This commit is contained in:
David Steele
2019-09-24 16:55:11 -04:00
parent 6af64df9b6
commit e968acbdd7

View File

@@ -950,7 +950,7 @@ sub run
$oHostDbMaster->sqlSelectOneTest('select message from test', $strNameMessage);
}
# Restore (restore type = default, timeline = 3)
# Restore (restore type = default, timeline = 4)
#---------------------------------------------------------------------------------------------------------------------------
if ($bTestLocal && $oHostDbMaster->pgVersion() >= PG_VERSION_84)
{