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

Commit 8660f4b

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 341f0bc commit 8660f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ main(int argc, char **argv)
401401
}
402402
}
403403

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

0 commit comments

Comments
 (0)