提交 10a82cda 编写于 作者: H Heikki Linnakangas

Remove bogus -K option from pg_dump.

I added it to the getopt call by accident in commit
691e595d.

Amit Kapila
上级 8b49a604
......@@ -402,7 +402,7 @@ main(int argc, char **argv)
}
}
while ((c = getopt_long(argc, argv, "abcCd:E:f:F:h:ij:K:n:N:oOp:RsS:t:T:U:vwWxZ:",
while ((c = getopt_long(argc, argv, "abcCd:E:f:F:h:ij:n:N:oOp:RsS:t:T:U:vwWxZ:",
long_options, &optindex)) != -1)
{
switch (c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册