1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-12-01 22:30:09 +02:00

Fixed an issue where asynchronous archiving was transferring one file per execution instead of transferring files in batches.

This regression was introduced in v1.09 and affected efficiency only, all WAL segments were correctly archived in asynchronous mode.

Reported by Stephen Frost.
This commit is contained in:
David Steele
2016-11-17 09:39:21 -05:00
parent 06cac30c33
commit dbb9d80dab
16 changed files with 720 additions and 763 deletions

View File

@@ -35,7 +35,7 @@ use constant BACKREST_BIN => abs_path(
# Defines the current version of the BackRest executable. The version number is used to track features but does not affect what
# repositories or manifests can be read - that's the job of the format number.
#-----------------------------------------------------------------------------------------------------------------------------------
use constant BACKREST_VERSION => '1.10';
use constant BACKREST_VERSION => '1.11dev';
push @EXPORT, qw(BACKREST_VERSION);
# Format Format Number