mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
8c062e1af8
This flag was only being used by the backup command after manifestNewBuild() and had no other uses. There was a time when it was important for integration testing but the unit tests now fulfill this role. Since backup is the only code concerned with the primary flag, move the code into the backup module. We don't have any cross-version testing but this change was tested manually with the most recent version of pgBackRest to make sure it was tolerant of the missing primary info. When an older version of pgBackRest loads a newer manifest the primary flag will always be set to false, which is fine since it is not used. |
||
---|---|---|
.. | ||
HostAzureTest.pm | ||
HostBackupTest.pm | ||
HostBaseTest.pm | ||
HostDbCommonTest.pm | ||
HostDbSyntheticTest.pm | ||
HostDbTest.pm | ||
HostGcsTest.pm | ||
HostS3Test.pm |