Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit17aa054

Browse files
author
Amit Kapila
committed
Fix inconsistency in comments atop ExecParallelEstimate.
When this code was initially introduced in commitd1b7c1f, the structureused was SharedPlanStateInstrumentation, but later when it got changed toInstrumentation structure in commitb287df7, we forgot to update thecomment.Reported-by: Wu FeiAuthor: Wu FeiReviewed-by: Amit KapilaBackpatch-through: 9.6Discussion:https://postgr.es/m/52E6E0843B9D774C8C73D6CF64402F0562215EB2@G08CNEXMBPEKD02.g08.fujitsu.local
1 parenta15e8ce commit17aa054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/execParallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ ExecSerializePlan(Plan *plan, EState *estate)
222222
* &pcxt->estimator.
223223
*
224224
* While we're at it, count the number of PlanState nodes in the tree, so
225-
* we know how manySharedPlanStateInstrumentation structures we need.
225+
* we know how manyInstrumentation structures we need.
226226
*/
227227
staticbool
228228
ExecParallelEstimate(PlanState*planstate,ExecParallelEstimateContext*e)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp