projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4427b51
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 31 Jul 2017 21:08:14 +0000
(17:08 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 31 Jul 2017 21:08:14 +0000
(17:08 -0400)
Author: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
src/backend/executor/execMain.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execMain.c
b/src/backend/executor/execMain.c
index 78cbcd1a324170933f37cfddd5efbbf1b855372e..c11aa4fe214427f2279366611b2d3118829acaf3 100644
(file)
--- a/
src/backend/executor/execMain.c
+++ b/
src/backend/executor/execMain.c
@@
-3334,7
+3334,7
@@
ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
/*
* First check the root table's partition constraint, if any. No point in
- * routing the tuple i
t i
f it doesn't belong in the root table itself.
+ * routing the tuple if it doesn't belong in the root table itself.
*/
if (resultRelInfo->ri_PartitionCheck)
ExecPartitionCheck(resultRelInfo, slot, estate);