projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586e4e6
)
Fix typo in comment.
author
Heikki Linnakangas
Tue, 22 May 2018 08:15:00 +0000
(11:15 +0300)
committer
Heikki Linnakangas
Tue, 22 May 2018 08:18:16 +0000
(11:18 +0300)
src/backend/optimizer/path/joinpath.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/path/joinpath.c
b/src/backend/optimizer/path/joinpath.c
index 450edfae4649f68d86249bb779896649bd00e72c..642f9510938b37706dd9879c2aba1bce826b6732 100644
(file)
--- a/
src/backend/optimizer/path/joinpath.c
+++ b/
src/backend/optimizer/path/joinpath.c
@@
-498,7
+498,7
@@
try_partial_nestloop_path(PlannerInfo *root,
/*
* The inner and outer paths are parameterized, if at all, by the top
* level parents, not the child relations, so we must use those relids
- * for our param
a
terization tests.
+ * for our param
e
terization tests.
*/
if (outerrel->top_parent_relids)
outerrelids = outerrel->top_parent_relids;