From 2dfe92130ba4531b2cf24dd6e8dd6439f685b683 Mon Sep 17 00:00:00 2001 From: chenzhikai <895543892@qq.com> Date: Mon, 3 Jul 2023 16:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E9=9B=86=E7=BE=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=9B=9E=E6=94=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/storage/access/transam/xlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gausskernel/storage/access/transam/xlog.cpp b/src/gausskernel/storage/access/transam/xlog.cpp index 25dcba4150..bf4979c0f8 100755 --- a/src/gausskernel/storage/access/transam/xlog.cpp +++ b/src/gausskernel/storage/access/transam/xlog.cpp @@ -19329,7 +19329,7 @@ retry: } /* Don't try to read from a source that just failed */ sources &= ~t_thrd.xlog_cxt.failedSources; - t_thrd.xlog_cxt.readFile = XLogFileReadAnyTLI(t_thrd.xlog_cxt.readSegNo, DEBUG2, sources); + t_thrd.xlog_cxt.readFile = SSXLogFileReadAnyTLI(t_thrd.xlog_cxt.readSegNo, emode, sources, xlog_path); if (t_thrd.xlog_cxt.readFile >= 0) { break; } -- Gitee