Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 025dc07

Browse files
committed
Revert "Check --instance for VALIDATE"
This reverts commit a98bc4e.
1 parent fa9d02e commit 025dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ main(int argc, char *argv[])
323323
}
324324

325325
/* Option --instance is required for all commands except init and show */
326-
if (backup_subcmd != INIT && backup_subcmd != SHOW)
326+
if (backup_subcmd != INIT && backup_subcmd != SHOW && backup_subcmd != VALIDATE)
327327
{
328328
if (instance_name == NULL)
329329
elog(ERROR, "required parameter not specified: --instance");

0 commit comments

Comments
 (0)