Skip to content

Commit bf3cef2

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 21a4edd commit bf3cef2

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

0 commit comments

Comments
 (0)