1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Fix typo.

This commit is contained in:
David Steele 2021-07-21 13:19:09 -04:00
parent e3d05e2b4a
commit eb98b8d2db

View File

@ -284,7 +284,7 @@ sub run
if ($oHostDbStandby->pgVersion() >= PG_VERSION_BACKUP_STANDBY)
{
# If there is only a primary and a replica and the replica is the backup destination, then if pg2-host and pg3-host
# If there is only a primary and a replica and the replica is the backup destination, then if pg2-host and pg8-host
# are BOGUS, confirm failure to reach the primary
if (!$bHostBackup && $bHostStandby && $strBackupDestination eq HOST_DB_STANDBY)
{