We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0989c6 commit 24cb6abCopy full SHA for 24cb6ab
contrib/pg_upgrade/option.c
@@ -46,7 +46,7 @@ parseCommandLine(migratorContext *ctx, int argc, char *argv[])
46
{"verbose", no_argument, NULL, 'v'},
47
{NULL, 0, NULL, 0}
48
};
49
- char option; /* Command line option */
+ int option; /* Command line option */
50
int optindex = 0; /* used by getopt_long */
51
int user_id;
52
0 commit comments