We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991917e commit 3c66873Copy full SHA for 3c66873
src/data.c
@@ -335,8 +335,8 @@ prepare_page(ConnectionArgs *conn_arg,
335
return PageIsOk;
336
337
case PAGE_IS_VALID:
338
- /* in DELTA mode we must compare lsn */
339
- if (backup_mode == BACKUP_MODE_DIFF_DELTA)
+ /* in DELTA or PTRACK modes we must compare lsn */
+ if (backup_mode == BACKUP_MODE_DIFF_DELTA || backup_mode == BACKUP_MODE_DIFF_PTRACK)
340
page_is_valid = true;
341
else
342
0 commit comments