Skip to content

Commit c0d3ab5

Browse files
committed
[Issue #101] replace "sparse" with "compact"
1 parent db73f84 commit c0d3ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/delete.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ do_retention_internal(parray *backup_list, parray *to_keep_list, parray *to_purg
347347
backup->parent_backup_link,
348348
pgBackupCompareIdDesc))
349349
{
350-
/* make keep list a bit sparse */
350+
/* make keep list a bit more compact */
351351
parray_append(to_keep_list, backup);
352352
continue;
353353
}
@@ -445,7 +445,7 @@ do_retention_merge(parray *backup_list, parray *to_keep_list, parray *to_purge_l
445445
continue;
446446
}
447447

448-
/* FULL backup in purge list, thanks to sparsing of keep_list current backup is
448+
/* FULL backup in purge list, thanks to compacting of keep_list current backup is
449449
* final target for merge, but there could be intermediate incremental
450450
* backups from purge_list.
451451
*/

0 commit comments

Comments
 (0)