We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdb73f84 commitc0d3ab5Copy full SHA for c0d3ab5
src/delete.c
@@ -347,7 +347,7 @@ do_retention_internal(parray *backup_list, parray *to_keep_list, parray *to_purg
347
backup->parent_backup_link,
348
pgBackupCompareIdDesc))
349
{
350
-/* make keep list a bitsparse */
+/* make keep list a bitmore compact */
351
parray_append(to_keep_list,backup);
352
continue;
353
}
@@ -445,7 +445,7 @@ do_retention_merge(parray *backup_list, parray *to_keep_list, parray *to_purge_l
445
446
447
448
-/* FULL backup in purge list, thanks tosparsing of keep_list current backup is
+/* FULL backup in purge list, thanks tocompacting of keep_list current backup is
449
* final target for merge, but there could be intermediate incremental
450
* backups from purge_list.
451
*/