Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfeb78cd

Browse files
committed
-S need in optarg...
1 parent9b7f362 commitfeb78cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/postgres.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.45 1997/09/08 21:47:51 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.46 1997/09/15 14:28:16 vadim Exp $
1111
*
1212
* NOTES
1313
* this is the "main" module of the postgres backend and
@@ -945,7 +945,7 @@ PostgresMain(int argc, char *argv[])
945945
DataDir=getenv("PGDATA");/* default */
946946
multiplexedBackend= false;/* default */
947947

948-
while ((flag=getopt(argc,argv,"B:bCD:d:Eef:iK:Lm:MNo:P:pQSst:x:F"))
948+
while ((flag=getopt(argc,argv,"B:bCD:d:Eef:iK:Lm:MNo:P:pQS:st:x:F"))
949949
!=EOF)
950950
switch (flag)
951951
{
@@ -1385,7 +1385,7 @@ PostgresMain(int argc, char *argv[])
13851385
if (IsUnderPostmaster== false)
13861386
{
13871387
puts("\nPOSTGRES backend interactive interface");
1388-
puts("$Revision: 1.45 $ $Date: 1997/09/08 21:47:51 $");
1388+
puts("$Revision: 1.46 $ $Date: 1997/09/15 14:28:16 $");
13891389
}
13901390

13911391
/* ----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp