mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 13:44:02 -04:00
Fix typo in comment.
This commit is contained in:
parent
1ad0df67c7
commit
474cd0931b
1 changed files with 1 additions and 1 deletions
|
|
@ -672,7 +672,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
|
|||
* join paths made from this pair of sub-relations. (It will not need to
|
||||
* be considered further up the join tree.)
|
||||
*
|
||||
* In many case we will find the same RestrictInfos in both input
|
||||
* In many cases we will find the same RestrictInfos in both input
|
||||
* relations' joinlists, so be careful to eliminate duplicates.
|
||||
* Pointer equality should be a sufficient test for dups, since all
|
||||
* the various joinlist entries ultimately refer to RestrictInfos
|
||||
|
|
|
|||
Loading…
Reference in a new issue