Content-Length: 259194 | pFad | http://github.com/postgrespro/postgres/commit/19f2d6cdae2bfa97c2ce8a7f5ac453a91f40704a

6A Fix pg_dumpall option parsing: -i doesn't take an argument. · postgrespro/postgres@19f2d6c · GitHub
Skip to content

Commit 19f2d6c

Browse files
committed
Fix pg_dumpall option parsing: -i doesn't take an argument.
This used to work properly, but got fat-fingered in commit 3dee636. Per bug #9620 from Nicolas Payart.
1 parent e726e59 commit 19f2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dumpall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main(int argc, char *argv[])
195195

196196
pgdumpopts = createPQExpBuffer();
197197

198-
while ((c = getopt_long(argc, argv, "acd:f:gh:i:l:oOp:rsS:tU:vwWx", long_options, &optindex)) != -1)
198+
while ((c = getopt_long(argc, argv, "acd:f:gh:il:oOp:rsS:tU:vwWx", long_options, &optindex)) != -1)
199199
{
200200
switch (c)
201201
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/19f2d6cdae2bfa97c2ce8a7f5ac453a91f40704a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy