1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-12 14:56:08 +02:00

Clear after FULL BACKUP too.

This commit is contained in:
Zhuravlev Uriy aka stalkerg 2016-03-09 13:55:24 +03:00
parent 4f163d8b86
commit 633b4b5c55

View File

@ -307,8 +307,7 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
}
/* Clear ptrack files after backup */
if (current.backup_mode == BACKUP_MODE_DIFF_PTRACK)
pg_ptrack_clear();
pg_ptrack_clear();
/* Notify end of backup */
pg_stop_backup(&current);