Fix pg_dumpall option parsing: -i doesn't take an argument.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 19f2d6cdae2bfa97c2ce8a7f5ac453a91f40704a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-03-18T14:38:25Z
Releases: 9.4.0
Fix pg_dumpall option parsing: -i doesn't take an argument.

This used to work properly, but got fat-fingered in commit
3dee636e0404885d07885d41c0d70e50c784f324.  Per bug #9620 from
Nicolas Payart.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +1 −1