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. Branch ------ REL8_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/7e21ff3edb87ebd0575aa2e0e4fd7743c5a1af88 Modified Files -------------- src/bin/initdb/initdb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
