projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7ee55
)
Fix typo in comment.
author
Etsuro Fujita
<
[email protected]
>
Fri, 28 Jan 2022 06:45:01 +0000
(15:45 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Fri, 28 Jan 2022 06:45:01 +0000
(15:45 +0900)
src/backend/executor/nodeForeignscan.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeForeignscan.c
b/src/backend/executor/nodeForeignscan.c
index 1abd906b16952eec6374ec84332396acddfe781a..41c23f687dbd8f71b1ef430176abdbe977fc05d4 100644
(file)
--- a/
src/backend/executor/nodeForeignscan.c
+++ b/
src/backend/executor/nodeForeignscan.c
@@
-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 modifi
fi
cations 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.