projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f44f5
)
Fix typo in comment.
author
Etsuro Fujita
<
[email protected]
>
Wed, 27 Nov 2019 07:00:55 +0000
(16:00 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Wed, 27 Nov 2019 07:00:55 +0000
(16:00 +0900)
src/backend/optimizer/util/relnode.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/util/relnode.c
b/src/backend/optimizer/util/relnode.c
index e16a318d4c233cffc9d1f1c97864a91b9d70e0f0..5e770b0ff42527016da12619bda73f59b8a1944b 100644
(file)
--- a/
src/backend/optimizer/util/relnode.c
+++ b/
src/backend/optimizer/util/relnode.c
@@
-583,7
+583,7
@@
build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
* join paths made from this pair of sub-relations. (It will not need to
* be considered further up the join tree.)
*
- * In many case we will find the same RestrictInfos in both input
+ * In many case
s
we will find the same RestrictInfos in both input
* relations' joinlists, so be careful to eliminate duplicates.
* Pointer equality should be a sufficient test for dups, since all
* the various joinlist entries ultimately refer to RestrictInfos