!1711 【轻量级 PR】:修复pg_recvlogical工具-I选项不生效的问题

Merge pull request !1711 from pengjiong/N/A
This commit is contained in:
opengauss-bot 2022-05-13 10:50:32 +00:00 committed by Gitee
commit 18b260d9e1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ static int getOptions(const int argc, char* const* argv)
int c;
int option_index;
uint32 hi, lo;
while ((c = getopt_long(argc, argv, "f:F:nvd:h:o:p:U:wWP:s:S:", long_options, &option_index)) != -1) {
while ((c = getopt_long(argc, argv, "f:F:nvd:h:o:p:U:wWP:s:S:I:", long_options, &option_index)) != -1) {
switch (c) {
/* general options */
case 'f':