Skip to content

Commit 29639f7

Browse files
author
Aleksandr Parfenov
committed
Fix --no-validate counting as recovery target
1 parent 02fd187 commit 29639f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/restore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ parseRecoveryTargetOptions(const char *target_time,
10791079

10801080
if (restore_no_validate)
10811081
{
1082-
recovery_target_specified++;
10831082
rt->restore_no_validate = restore_no_validate;
10841083
}
10851084

0 commit comments

Comments
 (0)