Skip to content

Commit effc719

Browse files
committed
Bug fix. Save all metadata of the target backup, not only its status
1 parent cc45cea commit effc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/merge.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ merge_backups(pgBackup *to_backup, pgBackup *from_backup)
326326
to_backup->wal_bytes = BYTES_INVALID;
327327

328328
pgBackupWriteFileList(to_backup, files, from_database_path);
329-
write_backup_status(to_backup);
329+
write_backup(to_backup);
330330

331331
/* Cleanup */
332332
pfree(threads_args);

0 commit comments

Comments
 (0)