Skip to content

Commit 96bd64d

Browse files
committed
Merge branch 'master' into stable
2 parents 378ad33 + 33a33a9 commit 96bd64d

File tree

6 files changed

+384
-69
lines changed

6 files changed

+384
-69
lines changed

src/backup.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,7 @@ do_backup_instance(void)
650650
* where this backup has started.
651651
*/
652652
extractPageMap(arclog_path, prev_backup->start_lsn, current.tli,
653-
current.start_lsn,
654-
/*
655-
* For backup from master wait for previous segment.
656-
* For backup from replica wait for current segment.
657-
*/
658-
!current.from_replica, backup_files_list);
653+
current.start_lsn, backup_files_list);
659654
}
660655
else if (current.backup_mode == BACKUP_MODE_DIFF_PTRACK)
661656
{

0 commit comments

Comments
 (0)