]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix "too many arguments" messages not to index off the end of argv[].
authorRobert Haas <rhaas@postgresql.org>
Thu, 6 Sep 2012 19:43:46 +0000 (15:43 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 6 Sep 2012 19:52:04 +0000 (15:52 -0400)
commit63ea46f5db90709032d98819c744881253d933f7
treeb3fb8aa4d3f9171459f4c33bb2c10c9dd6fdfd24
parentf98d8d59a19ba4b745fb7d4795055540c9725cd6
Fix "too many arguments" messages not to index off the end of argv[].

This affects initdb, clusterdb, reindexdb, and vacuumdb in master
and 9.2; in earlier branches, only initdb is affected.
src/bin/initdb/initdb.c