Fix inconsistency in comments atop ExecParallelEstimate.

Amit Kapila <akapila@postgresql.org>

Commit: 17aa054a79961556da8f6bbc158a7786345ac926
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-06-06T23:59:11Z
Releases: 11.4
Fix inconsistency in comments atop ExecParallelEstimate.

When this code was initially introduced in commit d1b7c1ff, the structure
used was SharedPlanStateInstrumentation, but later when it got changed to
Instrumentation structure in commit b287df70, we forgot to update the
comment.

Reported-by: Wu Fei
Author: Wu Fei
Reviewed-by: Amit Kapila
Backpatch-through: 9.6
Discussion: https://postgr.es/m/52E6E0843B9D774C8C73D6CF64402F0562215EB2@G08CNEXMBPEKD02.g08.fujitsu.local

Files

PathChange+/−
src/backend/executor/execParallel.c modified +1 −1

Discussion