mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix typo in comment.
This commit is contained in:
parent
6e7ee55e72
commit
d99166ed4f
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ ExecInitForeignScan(ForeignScan *node, EState *estate, int eflags)
|
|||
* see ExecInitModifyTable.
|
||||
*
|
||||
* 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 processing, EvalPlanQual only initializes the subtree
|
||||
* under the ModifyTable, and doesn't run ExecInitModifyTable.
|
||||
|
|
|
|||
Loading…
Reference in a new issue