We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent792dba7 commit47a3c7fCopy full SHA for 47a3c7f
src/backend/optimizer/util/relnode.c
@@ -1020,7 +1020,7 @@ build_joinrel_tlist(PlannerInfo *root, RelOptInfo *joinrel,
1020
* join paths made from this pair of sub-relations. (It will not need to
1021
* be considered further up the join tree.)
1022
*
1023
- * In manycase we will find the same RestrictInfos in both input
+ * In manycases we will find the same RestrictInfos in both input
1024
* relations' joinlists, so be careful to eliminate duplicates.
1025
* Pointer equality should be a sufficient test for dups, since all
1026
* the various joinlist entries ultimately refer to RestrictInfos