mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
pg_dump: Remove stray option parsing support for -o.
I (Andres) missed this in 578b229718, the removal of WITH OIDS
support.
Author: Daniel Verite
Discussion: https://postgr.es/m/f06e9735-3717-4904-8c95-47d0b9c3bb10@manitou-mail.org
This commit is contained in:
parent
f6b39171f3
commit
4d01835927
1 changed files with 1 additions and 1 deletions
|
|
@ -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:oOp: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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue