forked from huawei/openGauss-server
!1711 【轻量级 PR】:修复pg_recvlogical工具-I选项不生效的问题
Merge pull request !1711 from pengjiong/N/A
This commit is contained in:
commit
18b260d9e1
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue