1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Duplicate WAL issue in 9.3 was fixed in 9.3.6.

This commit is contained in:
David Steele
2015-04-03 09:56:03 -04:00
parent 3f651a8ce8
commit 808c7863b6

View File

@ -2516,7 +2516,7 @@ sub BackRestTestBackup_Test
# Restore (restore type = default, timeline = 3)
#-----------------------------------------------------------------------------------------------------------------------
if (BackRestTestCommon_DbVersion() >= 8.4 && BackRestTestCommon_DbVersion() != 9.3)
if (BackRestTestCommon_DbVersion() >= 8.4)
{
$bDelta = true;
$bForce = false;