Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0d3ab5

Browse files
committed
[Issue#101] replace "sparse" with "compact"
1 parentdb73f84 commitc0d3ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/delete.c‎

Lines changed: 2 additions & 2 deletions
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 bitsparse */
350+
/* make keep list a bitmore 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 tosparsing of keep_list current backup is
448+
/* FULL backup in purge list, thanks tocompacting 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)

[8]ページ先頭

©2009-2025 Movatter.jp