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 21230cb commit ad20823Copy full SHA for ad20823
src/merge.c
@@ -235,7 +235,7 @@ merge_backups(pgBackup *to_backup, pgBackup *from_backup)
235
DATABASE_FILE_LIST);
236
to_files = dir_read_file_list(NULL, NULL, control_file, FIO_BACKUP_HOST);
237
/* To delete from leaf, sort in reversed order */
238
- parray_qsort(to_files, pgFileComparePathDesc);
+ parray_qsort(to_files, pgFileComparePathWithExternalDesc);
239
/*
240
* Get list of files which need to be moved.
241
*/
0 commit comments