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

Commit24cb6ab

Browse files
committed
Fix storage of getopt() return, should be 'int', for pg_upgrade.
Steve Singer
1 parentc0989c6 commit24cb6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parseCommandLine(migratorContext *ctx, int argc, char *argv[])
4646
{"verbose",no_argument,NULL,'v'},
4747
{NULL,0,NULL,0}
4848
};
49-
charoption;/* Command line option */
49+
intoption;/* Command line option */
5050
intoptindex=0;/* used by getopt_long */
5151
intuser_id;
5252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp