codecheck

Offering: openGaussDev

More detail: codecheck

Match-id-082dcecf96ae3d928c3d77899d47d3a236932dd4
This commit is contained in:
openGaussDev
2022-03-10 12:05:46 +08:00
committed by yanghao
parent 1c8b74121d
commit 2c01f72e88

View File

@ -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))); \
} \
}