We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45cea commit effc719Copy full SHA for effc719
src/merge.c
@@ -326,7 +326,7 @@ merge_backups(pgBackup *to_backup, pgBackup *from_backup)
326
to_backup->wal_bytes = BYTES_INVALID;
327
328
pgBackupWriteFileList(to_backup, files, from_database_path);
329
- write_backup_status(to_backup);
+ write_backup(to_backup);
330
331
/* Cleanup */
332
pfree(threads_args);
0 commit comments