diff --git a/src/bin/pg_ctl/pg_ctl.cpp b/src/bin/pg_ctl/pg_ctl.cpp index 97438f554..2e8b6a1db 100755 --- a/src/bin/pg_ctl/pg_ctl.cpp +++ b/src/bin/pg_ctl/pg_ctl.cpp @@ -7506,6 +7506,7 @@ int main(int argc, char** argv) } else { pg_log(PG_PROGRESS, _("Another gs_ctl command is still running, start walrcv failed.\n")); } + break; default: break; }