]> granicus.if.org Git - postgresql/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:11 +0000 (15:52 -0400)
commit83f2584f15d9450834f3b3d5e4a2edaa7c00dc60
treef726579a2db691daa1908035c7e396623b57d2e6
parent987277f402a31ba91ea647d115785e5a4f7850fa
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