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