@ -5184,6 +5184,11 @@ Datum ExecEvalExprSwitchContext(ExprState* expression, ExprContext* econtext, bo
|
||||
*/
|
||||
ExprState* ExecInitExpr(Expr* node, PlanState* parent)
|
||||
{
|
||||
if (u_sess->hook_cxt.execInitExprHook != NULL) {
|
||||
ExprState* expr = ((execInitExprFunc)(u_sess->hook_cxt.execInitExprHook))(node, parent);
|
||||
if (expr != NULL)
|
||||
return expr;
|
||||
}
|
||||
ExprState* state = NULL;
|
||||
|
||||
gstrace_entry(GS_TRC_ID_ExecInitExpr);
|
||||
|
||||
Reference in New Issue
Block a user