diff --git a/src/backend/executor/execUtils.c b/src/backend/executor/execUtils.c index 39535291a91..710a194ee16 100644 --- a/src/backend/executor/execUtils.c +++ b/src/backend/executor/execUtils.c @@ -793,7 +793,7 @@ ExecInitRangeTable(EState *estate, List *rangeTable) * ExecGetRangeTableRelation * Open the Relation for a range table entry, if not already done * - * The Relations will be closed again in ExecEndPlan(). + * The Relations will be closed in ExecEndPlan(). */ Relation ExecGetRangeTableRelation(EState *estate, Index rti)