Skip to content

Commit 304ea5d

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 34f44f5 commit 304ea5d

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

0 commit comments

Comments
 (0)