1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-15 23:33:42 +02:00

Rename archive-queue-max option to archive-push-queue-max.

This avoids confusion with the archive-get-queue-max option. The old option name will continue to be accepted.
This commit is contained in:
David Steele
2018-04-18 19:37:35 -04:00
parent ab26c765d4
commit 79b7552940
31 changed files with 110 additions and 87 deletions

View File

@@ -87,7 +87,7 @@ sub run
{&INFO_ARCHIVE_SECTION_DB => {&INFO_ARCHIVE_KEY_DB_VERSION => '8.0'}});
}
# Push two more segments with errors to exceed archive-queue-max
# Push two more segments with errors to exceed archive-push-queue-max
$oHostDbMaster->archivePush(
$strWalPath, $strWalTestFile, 2, $iError ? ERROR_FILE_READ : ERROR_ARCHIVE_MISMATCH);