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

Commit8fc3237

Browse files
committed
Buf fix to pg_restire -S option in getopts
1 parent0224177 commit8fc3237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ int main(int argc, char **argv)
132132
progname=*argv;
133133

134134
#ifdefHAVE_GETOPT_LONG
135-
while ((c=getopt_long(argc,argv,"acCd:f:F:h:i:lNoOp:rRsSt:T:uU:vx",cmdopts,NULL))!=EOF)
135+
while ((c=getopt_long(argc,argv,"acCd:f:F:h:i:lNoOp:rRsS:t:T:uU:vx",cmdopts,NULL))!=EOF)
136136
#else
137-
while ((c=getopt(argc,argv,"acCd:f:F:h:i:lNoOp:rRsSt:T:uU:vx"))!=-1)
137+
while ((c=getopt(argc,argv,"acCd:f:F:h:i:lNoOp:rRsS:t:T:uU:vx"))!=-1)
138138
#endif
139139
{
140140
switch (c)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp