Skip to content

Commit 10a82cd

Browse files
committed
Remove bogus -K option from pg_dump.
I added it to the getopt call by accident in commit 691e595. Amit Kapila
1 parent 8b49a60 commit 10a82cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ main(int argc, char **argv)
402402
}
403403
}
404404

405-
while ((c = getopt_long(argc, argv, "abcCd:E:f:F:h:ij:K:n:N:oOp:RsS:t:T:U:vwWxZ:",
405+
while ((c = getopt_long(argc, argv, "abcCd:E:f:F:h:ij:n:N:oOp:RsS:t:T:U:vwWxZ:",
406406
long_options, &optindex)) != -1)
407407
{
408408
switch (c)

0 commit comments

Comments
 (0)