From 0e4e48cca9f7787af8ba5f14292812de22e4f70a Mon Sep 17 00:00:00 2001 From: maxiang Date: Mon, 14 Oct 2024 12:53:11 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/bin/pg=5Fctl/pg=5Fctl.cpp.=20case?= =?UTF-8?q?=E5=88=86=E6=94=AF=E8=A1=A5=E5=85=85break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: maxiang --- src/bin/pg_ctl/pg_ctl.cpp | 1 + 1 file changed, 1 insertion(+) 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; }