8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd8d6b commit 087a271Copy full SHA for 087a271
src/bin/initdb/initdb.c
@@ -42,7 +42,7 @@
42
* Portions Copyright (c) 1994, Regents of the University of California
43
* Portions taken from FreeBSD.
44
*
45
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.138 2007/07/11 23:15:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.139 2007/08/04 21:01:09 neilc Exp $
46
47
*-------------------------------------------------------------------------
48
*/
@@ -2583,6 +2583,7 @@ main(int argc, char *argv[])
2583
progname, argv[optind + 1]);
2584
fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
2585
progname);
2586
+ exit(1);
2587
}
2588
2589
if (pwprompt && pwfilename)
0 commit comments