Skip to content

Commit 633b4b5

Browse files
committed
Clear after FULL BACKUP too.
1 parent 4f163d8 commit 633b4b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
307307
}
308308

309309
/* Clear ptrack files after backup */
310-
if (current.backup_mode == BACKUP_MODE_DIFF_PTRACK)
311-
pg_ptrack_clear();
310+
pg_ptrack_clear();
312311
/* Notify end of backup */
313312
pg_stop_backup(&current);
314313

0 commit comments

Comments
 (0)