firtst release
Revision | db1b9ab863f7069f594df0a1312fef66d2d56c58 (tree) |
---|---|
Time | 2020-07-14 16:32:28 |
Author | Yang Rong <65664302+yang-rong-0814@user...> |
Commiter | Kyotaro Horiguchi |
Fix some spelling errors in comments
@@ -156,7 +156,7 @@ make_join_rel(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2) | ||
156 | 156 | /* |
157 | 157 | * If the rows_hint's target relids is not a subset of both of |
158 | 158 | * component rels and is a subset of this joinrel, ths hint's |
159 | - * targets spread over both component rels. This menas that | |
159 | + * targets spread over both component rels. This means that | |
160 | 160 | * this hint has been never applied so far and this joinrel is |
161 | 161 | * the first (and only) chance to fire in current join tree. |
162 | 162 | * Only the multiplication hint has the cumulative nature so we |
@@ -170,7 +170,7 @@ make_join_rel(PlannerInfo *root, RelOptInfo *rel1, RelOptInfo *rel2) | ||
170 | 170 | { |
171 | 171 | /* |
172 | 172 | * If a hint just for me is found, no other adjust method is |
173 | - * useles, but this cannot be more than twice becuase this joinrel | |
173 | + * useless, but this cannot be more than twice becuase this joinrel | |
174 | 174 | * is already adjusted by this hint. |
175 | 175 | */ |
176 | 176 | if (justforme->base.state == HINT_STATE_NOTUSED) |