diff --git a/src/backend/executor/execParallel.c b/src/backend/executor/execParallel.c index 0ac12ef26bc11c42b735f342f7750efc91451b30..87826d0a9840aefc06b97501eba0b90b928815a0 100644 --- a/src/backend/executor/execParallel.c +++ b/src/backend/executor/execParallel.c @@ -222,7 +222,7 @@ ExecSerializePlan(Plan *plan, EState *estate) * &pcxt->estimator. * * While we're at it, count the number of PlanState nodes in the tree, so - * we know how many SharedPlanStateInstrumentation structures we need. + * we know how many Instrumentation structures we need. */ static bool ExecParallelEstimate(PlanState *planstate, ExecParallelEstimateContext *e)