mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix typo in comment.
This commit is contained in:
parent
792dba73c8
commit
47a3c7fa06
@ -1020,7 +1020,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
|
|||||||
* join paths made from this pair of sub-relations. (It will not need to
|
* join paths made from this pair of sub-relations. (It will not need to
|
||||||
* be considered further up the join tree.)
|
* 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.
|
* relations' joinlists, so be careful to eliminate duplicates.
|
||||||
* Pointer equality should be a sufficient test for dups, since all
|
* Pointer equality should be a sufficient test for dups, since all
|
||||||
* the various joinlist entries ultimately refer to RestrictInfos
|
* the various joinlist entries ultimately refer to RestrictInfos
|
||||||
|
Loading…
Reference in New Issue
Block a user