Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974a286 commit fac1ed2Copy full SHA for fac1ed2
src/backend/executor/execParallel.c
@@ -201,7 +201,7 @@ ExecSerializePlan(Plan *plan, EState *estate)
201
* shm_toc_estimate_keys on &pcxt->estimator.
202
*
203
* While we're at it, count the number of PlanState nodes in the tree, so
204
- * we know how many SharedPlanStateInstrumentation structures we need.
+ * we know how many Instrumentation structures we need.
205
*/
206
static bool
207
ExecParallelEstimate(PlanState *planstate, ExecParallelEstimateContext *e)
0 commit comments