diff options
Diffstat (limited to 'src/include/executor/nodeSubplan.h')
-rw-r--r-- | src/include/executor/nodeSubplan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h index 3732ad4ed7e..ab3dc688584 100644 --- a/src/include/executor/nodeSubplan.h +++ b/src/include/executor/nodeSubplan.h @@ -24,4 +24,6 @@ extern void ExecReScanSetParamPlan(SubPlanState *node, PlanState *parent); extern void ExecSetParamPlan(SubPlanState *node, ExprContext *econtext); +extern void ExecSetParamPlanMulti(const Bitmapset *params, ExprContext *econtext); + #endif /* NODESUBPLAN_H */ |