]> 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:15 +0000 (15:52 -0400)
commite40b20a3686d2f8f2d8b5f1d82a6b36717d4ab1d
treee0768e532b8e702afb0b588fb7c8a5c8e6202704
parent18730f8d4739468d668322f5ca0a0d6022df6fe6
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