We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2f099 commit e67cc8aCopy full SHA for e67cc8a
src/backend/bootstrap/bootstrap.c
@@ -7,7 +7,7 @@
7
* Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.11 1996/11/14 10:23:34 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.12 1996/11/22 04:32:41 bryanh Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -319,6 +319,7 @@ BootstrapMain(int argc, char *argv[])
319
switch (flag) {
320
case 'D':
321
DataDir = optarg;
322
+ break;
323
case 'd':
324
DebugMode = 1; /* print out debugging info while parsing */
325
break;
0 commit comments