From 37177fdf6210b5e6be9c6f7923b17a3ee89074ee Mon Sep 17 00:00:00 2001 From: chendong76 <1209756284@qq.com> Date: Mon, 16 Jan 2023 10:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3protocol=5Fconfig=E6=9C=AA?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E5=BC=95=E5=8F=91=E7=9A=84=E7=A9=BA?= =?UTF-8?q?=E6=8C=87=E9=92=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/process/postmaster/postmaster.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gausskernel/process/postmaster/postmaster.cpp b/src/gausskernel/process/postmaster/postmaster.cpp index 29d0593fb..083626af7 100644 --- a/src/gausskernel/process/postmaster/postmaster.cpp +++ b/src/gausskernel/process/postmaster/postmaster.cpp @@ -13561,6 +13561,7 @@ ThreadId initialize_util_thread(knl_thread_role role, void* payload) securec_check(rc, "", ""); port.sock = PGINVALID_SOCKET; port.SessionVersionNum = pg_atomic_read_u32(&WorkingGrandVersionNum); + port.protocol_config = &default_protocol_config; if (!save_backend_variables((BackendParameters*)(thr_argv->m_thd_arg.save_para), &port)) { gs_thread_release_args_slot(thr_argv);