mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-09 14:45:47 +02:00
Fix --no-validate counting as recovery target
This commit is contained in:
parent
02fd1878bb
commit
29639f71d6
@ -1079,7 +1079,6 @@ parseRecoveryTargetOptions(const char *target_time,
|
||||
|
||||
if (restore_no_validate)
|
||||
{
|
||||
recovery_target_specified++;
|
||||
rt->restore_no_validate = restore_no_validate;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user