diff --git a/src/backend/executor/execParallel.c b/src/backend/executor/execParallel.c index cabe9fd0bef..e65826560e7 100644 --- a/src/backend/executor/execParallel.c +++ b/src/backend/executor/execParallel.c @@ -201,7 +201,7 @@ ExecSerializePlan(Plan *plan, EState *estate) * shm_toc_estimate_keys on &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)