提交 4d867229 编写于 作者: S Shreedhar Hardikar

Fix broken codegen unittests

上级 50fd9140
......@@ -82,7 +82,8 @@ void*
ExecEvalExprCodegenEnroll(ExecEvalExprFn regular_func_ptr,
ExecEvalExprFn* ptr_to_regular_func_ptr,
struct ExprState *exprstate,
struct ExprContext *econtext)
struct ExprContext *econtext,
struct TupleTableSlot* slot)
{
*ptr_to_regular_func_ptr = regular_func_ptr;
elog(ERROR, "mock implementation of ExecEvalExprCodegenEnroll called");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册