Thanks to visit codestin.com Credit goes to github.com
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 08e1664 commit 98b3ae7Copy full SHA for 98b3ae7
src/backend/bootstrap/bootstrap.c
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.122 2002/03/02 21:39:21 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.123 2002/03/08 00:42:09 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -248,7 +248,7 @@ BootstrapMain(int argc, char *argv[])
248
* variable */
249
}
250
251
- while ((flag = getopt(argc, argv, "B:dD:Fo:px:")) != -1)
+ while ((flag = getopt(argc, argv, "B:d:D:Fo:px:")) != -1)
252
{
253
switch (flag)
254
0 commit comments