From 2c01f72e886814114887ca230d192745ff8fbb47 Mon Sep 17 00:00:00 2001 From: openGaussDev Date: Thu, 10 Mar 2022 12:05:46 +0800 Subject: [PATCH] codecheck Offering: openGaussDev More detail: codecheck Match-id-082dcecf96ae3d928c3d77899d47d3a236932dd4 --- src/gausskernel/dbmind/db4ai/executor/xgboost/xgboost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gausskernel/dbmind/db4ai/executor/xgboost/xgboost.cpp b/src/gausskernel/dbmind/db4ai/executor/xgboost/xgboost.cpp index e39203800..803a0cea4 100644 --- a/src/gausskernel/dbmind/db4ai/executor/xgboost/xgboost.cpp +++ b/src/gausskernel/dbmind/db4ai/executor/xgboost/xgboost.cpp @@ -84,7 +84,7 @@ static MemoryContext g_xgboostMcxt = NULL; char *res = strchr(str, '\n'); \ *res = '\0'; \ ereport(ERROR, (errmodule(MOD_DB4AI), errcode(ERRCODE_INVALID_PARAMETER_VALUE), \ - errmsg("%s", strrchr(str,':') + 1))); \ + errmsg("%s", strrchr(str, ':') + 1))); \ } \ }