firtst release
Revision | 7d35d75694af833e40f10e83ef79d83a308e1d69 (tree) |
---|---|
Time | 2020-02-14 15:54:13 |
Author | Kyotaro Horiguchi <horikyota.ntt@gmai...> |
Commiter | Kyotaro Horiguchi |
Fix a typo.
@@ -4650,7 +4650,7 @@ pg_hint_plan_set_rel_pathlist(PlannerInfo * root, RelOptInfo *rel, | ||
4650 | 4650 | /* |
4651 | 4651 | * When hint is specified on non-parent relations, discard existing |
4652 | 4652 | * paths and regenerate based on the hint considered. Otherwise we |
4653 | - * already have hinted childx paths then just adjust the number of | |
4653 | + * already have hinted child paths then just adjust the number of | |
4654 | 4654 | * planned number of workers. |
4655 | 4655 | */ |
4656 | 4656 | if (root->simple_rte_array[rel->relid]->inh) |