-S need in optarg...

This commit is contained in:
Vadim B. Mikheev 1997-09-15 14:28:16 +00:00
parent 9b7f362d0a
commit feb78cda0c
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.45 1997/09/08 21:47:51 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.46 1997/09/15 14:28:16 vadim Exp $
*
* NOTES
* this is the "main" module of the postgres backend and
@ -945,7 +945,7 @@ PostgresMain(int argc, char *argv[])
DataDir = getenv("PGDATA"); /* default */
multiplexedBackend = false; /* default */
while ((flag = getopt(argc, argv, "B:bCD:d:Eef:iK:Lm:MNo:P:pQSst:x:F"))
while ((flag = getopt(argc, argv, "B:bCD:d:Eef:iK:Lm:MNo:P:pQS:st:x:F"))
!= EOF)
switch (flag)
{
@ -1385,7 +1385,7 @@ PostgresMain(int argc, char *argv[])
if (IsUnderPostmaster == false)
{
puts("\nPOSTGRES backend interactive interface");
puts("$Revision: 1.45 $ $Date: 1997/09/08 21:47:51 $");
puts("$Revision: 1.46 $ $Date: 1997/09/15 14:28:16 $");
}
/* ----------------