-
- Downloads
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.
Showing
- src/bin/initdb/initdb.c 1 addition, 1 deletionsrc/bin/initdb/initdb.c
- src/bin/scripts/clusterdb.c 1 addition, 1 deletionsrc/bin/scripts/clusterdb.c
- src/bin/scripts/reindexdb.c 1 addition, 1 deletionsrc/bin/scripts/reindexdb.c
- src/bin/scripts/vacuumdb.c 1 addition, 1 deletionsrc/bin/scripts/vacuumdb.c
Loading
Please register or sign in to comment