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

Commitfac1ed2

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 parent974a286 commitfac1ed2

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
@@ -201,7 +201,7 @@ ExecSerializePlan(Plan *plan, EState *estate)
201201
* shm_toc_estimate_keys on &pcxt->estimator.
202202
*
203203
* While we're at it, count the number of PlanState nodes in the tree, so
204-
* we know how manySharedPlanStateInstrumentation structures we need.
204+
* we know how manyInstrumentation structures we need.
205205
*/
206206
staticbool
207207
ExecParallelEstimate(PlanState*planstate,ExecParallelEstimateContext*e)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp