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

Commit3a0136c

Browse files
committed
Fix getopt flags. Man thing thing was messed up.
1 parent9c6c0ce commit3a0136c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
*$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.36 2002/07/1101:57:12 momjian Exp $
37+
*$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.37 2002/07/1102:00:14 momjian Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -152,9 +152,9 @@ main(int argc, char **argv)
152152
}
153153

154154
#ifdefHAVE_GETOPT_LONG
155-
while ((c=getopt_long(argc,argv,"acCd:f:F:h:i:lL:NoOp:P:rRsS:t:T:uU:vWxX:",cmdopts,NULL))!=-1)
155+
while ((c=getopt_long(argc,argv,"acCd:f:F:h:iI:lL:NoOp:P:rRsS:t:T:uU:vWxX:",cmdopts,NULL))!=-1)
156156
#else
157-
while ((c=getopt(argc,argv,"acCd:f:F:h:i:lL:NoOp:P:rRsS:t:T:uU:vWxX:"))!=-1)
157+
while ((c=getopt(argc,argv,"acCd:f:F:h:iI:lL:NoOp:P:rRsS:t:T:uU:vWxX:"))!=-1)
158158
#endif
159159
{
160160
switch (c)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp