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

Commitfa351b1

Browse files
committed
Remove unused short option from getopt_long() call
The option was removed in3ce7f72 but the letter was left in thegetopt_long() call.
1 parentb6ef167 commitfa351b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_basebackup/pg_basebackup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2325,7 +2325,7 @@ main(int argc, char **argv)
23252325

23262326
atexit(cleanup_directories_atexit);
23272327

2328-
while ((c=getopt_long(argc,argv,"CD:F:r:RS:t:T:X:l:nNzZ:d:c:h:p:U:s:wWkvP",
2328+
while ((c=getopt_long(argc,argv,"CD:F:r:RS:t:T:X:l:nNzZ:d:c:h:p:U:s:wWvP",
23292329
long_options,&option_index))!=-1)
23302330
{
23312331
switch (c)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp