Skip to content

Commit e429b03

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent f7ae68a commit e429b03

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
@@ -735,7 +735,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
735735
* join paths made from this pair of sub-relations. (It will not need to
736736
* be considered further up the join tree.)
737737
*
738-
* In many case we will find the same RestrictInfos in both input
738+
* In many cases we will find the same RestrictInfos in both input
739739
* relations' joinlists, so be careful to eliminate duplicates.
740740
* Pointer equality should be a sufficient test for dups, since all
741741
* the various joinlist entries ultimately refer to RestrictInfos

0 commit comments

Comments
 (0)