1
0
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:
Aleksandr Parfenov 2018-07-05 16:47:56 +03:00
parent 02fd1878bb
commit 29639f71d6

View File

@ -1079,7 +1079,6 @@ parseRecoveryTargetOptions(const char *target_time,
if (restore_no_validate)
{
recovery_target_specified++;
rt->restore_no_validate = restore_no_validate;
}