!1921 修复issue--配置非异步备库且使用全量检查点,主库gs_ctl stop失败

Merge pull request !1921 from zhaobingyu/master
This commit is contained in:
opengauss-bot
2022-07-07 02:08:15 +00:00
committed by Gitee

View File

@ -467,6 +467,7 @@ static void bgwriter_request_shutdown_handler(SIGNAL_ARGS)
int save_errno = errno;
t_thrd.bgwriter_cxt.shutdown_requested = true;
t_thrd.int_cxt.ProcDiePending = true;
if (t_thrd.proc)
SetLatch(&t_thrd.proc->procLatch);