Fix typo in comment.
This commit is contained in:
parent
108505d763
commit
eabcfd99ed
@ -238,7 +238,7 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags)
|
|||||||
* see ExecInitModifyTable.
|
* see ExecInitModifyTable.
|
||||||
*
|
*
|
||||||
* Don't try to look up the ResultRelInfo when EvalPlanQual is active,
|
* Don't try to look up the ResultRelInfo when EvalPlanQual is active,
|
||||||
* though. Direct modififications cannot be re-evaluated as part of
|
* though. Direct modifications cannot be re-evaluated as part of
|
||||||
* EvalPlanQual. The lookup wouldn't work anyway because during
|
* EvalPlanQual. The lookup wouldn't work anyway because during
|
||||||
* EvalPlanQual processing, EvalPlanQual only initializes the subtree
|
* EvalPlanQual processing, EvalPlanQual only initializes the subtree
|
||||||
* under the ModifyTable, and doesn't run ExecInitModifyTable.
|
* under the ModifyTable, and doesn't run ExecInitModifyTable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user