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 11c02e9 commit 6da6318Copy full SHA for 6da6318
src/pg_probackup.c
@@ -628,7 +628,7 @@ main(int argc, char *argv[])
628
recovery_target_options,
629
true);
630
case VALIDATE_CMD:
631
- if (current.backup_id == 0 && target_time == 0 && target_xid == 0)
+ if (current.backup_id == 0 && target_time == 0 && target_xid == 0 && !target_lsn)
632
return do_validate_all();
633
else
634
return do_restore_or_validate(current.backup_id,
0 commit comments