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

Commitdb901a7

Browse files
committed
[Issue#103] minor fix
1 parent4783e61 commitdb901a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/delete.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ do_retention_wal(void)
633633
/* Save LSN and Timeline to remove unnecessary WAL segments */
634634
for (i= (int)parray_num(backup_list)-1;i >=0;i--)
635635
{
636-
pgBackup*backup= (pgBackup*)parray_get(backup_list,parray_num(backup_list)-1);
636+
pgBackup*backup= (pgBackup*)parray_get(backup_list,i);
637637

638638
/* Get LSN and TLI of the oldest backup with valid start_lsn and tli */
639639
if (backup->tli>0&& !XLogRecPtrIsInvalid(backup->start_lsn))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp