projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b3917
)
pg_dump: Remove stray option parsing support for -o.
author
Andres Freund
<andres@anarazel.de>
Thu, 18 Apr 2019 00:28:02 +0000
(17:28 -0700)
committer
Andres Freund
<andres@anarazel.de>
Thu, 18 Apr 2019 00:28:02 +0000
(17:28 -0700)
I (Andres) missed this in
578b229718e8f
, the removal of WITH OIDS
support.
Author: Daniel Verite
Discussion: https://postgr.es/m/
f06e9735
-3717-4904-8c95-
47d0b9c3bb10
@manitou-mail.org
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 452f30760bb1d4a810880d0a707adbd417c3b927..7cfb67fd36ea83333e2a5e346f9b57cc8e960dc7 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-428,7
+428,7
@@
main(int argc, char **argv)
InitDumpOptions(&dopt);
- while ((c = getopt_long(argc, argv, "abBcCd:E:f:F:h:j:n:N:
o
Op:RsS:t:T:U:vwWxZ:",
+ while ((c = getopt_long(argc, argv, "abBcCd:E:f:F:h:j:n:N:Op:RsS:t:T:U:vwWxZ:",
long_options, &optindex)) != -1)
{
switch (c)