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

Commit3c66873

Browse files
committed
[PR#386] fix
1 parent991917e commit3c66873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/data.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ prepare_page(ConnectionArgs *conn_arg,
335335
returnPageIsOk;
336336

337337
casePAGE_IS_VALID:
338-
/* in DELTAmode we must compare lsn */
339-
if (backup_mode==BACKUP_MODE_DIFF_DELTA)
338+
/* in DELTAor PTRACK modes we must compare lsn */
339+
if (backup_mode==BACKUP_MODE_DIFF_DELTA||backup_mode==BACKUP_MODE_DIFF_PTRACK)
340340
page_is_valid= true;
341341
else
342342
returnPageIsOk;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp