Skip to content

Commit 474cd09

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 1ad0df6 commit 474cd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/util/relnode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
672672
* join paths made from this pair of sub-relations. (It will not need to
673673
* be considered further up the join tree.)
674674
*
675-
* In many case we will find the same RestrictInfos in both input
675+
* In many cases we will find the same RestrictInfos in both input
676676
* relations' joinlists, so be careful to eliminate duplicates.
677677
* Pointer equality should be a sufficient test for dups, since all
678678
* the various joinlist entries ultimately refer to RestrictInfos

0 commit comments

Comments
 (0)