!3328 修复轻量级编译error

Merge pull request !3328 from zhengxue/dms_dorado_master_dev
This commit is contained in:
opengauss-bot
2023-04-10 03:34:57 +00:00
committed by Gitee

View File

@ -6686,6 +6686,7 @@ int main(int argc, char** argv)
}
break;
}
#ifndef ENABLE_LITE_MODE
case 5:{
check_input_for_security(optarg);
if (strlen(optarg) > MAX_PATH_LEN) {
@ -6727,6 +6728,7 @@ int main(int argc, char** argv)
ss_nodedatainfo = xstrdup(optarg);
break;
}
#endif
default:
/* getopt_long already issued a suitable error message */
do_advice();