Skip to content

Commit 47a3c7f

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 792dba7 commit 47a3c7f

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

0 commit comments

Comments
 (0)