Skip to content

Commit d430c29

Browse files
committed
remote_agent: looks like no need to restrict agent options
1 parent 2c705ff commit d430c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/configuration.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ config_get_opt(int argc, char **argv, ConfigOption cmd_options[],
531531
opt = option_find(c, options);
532532

533533
if (opt
534-
&& !remote_agent
535534
&& opt->allowed < SOURCE_CMD && opt->allowed != SOURCE_CMD_STRICT)
536535
elog(ERROR, "Option %s cannot be specified in command line",
537536
opt->lname);

0 commit comments

Comments
 (0)