diff --git a/src/bin/pg_ctl/pg_ctl.cpp b/src/bin/pg_ctl/pg_ctl.cpp index c66bd5ba6..e2dff5607 100755 --- a/src/bin/pg_ctl/pg_ctl.cpp +++ b/src/bin/pg_ctl/pg_ctl.cpp @@ -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();