Fix inconsistency in comments atop ExecParallelEstimate.
authorAmit Kapila <akapila@postgresql.org>
Fri, 7 Jun 2019 00:05:31 +0000 (05:35 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 7 Jun 2019 00:05:31 +0000 (05:35 +0530)
commitfac1ed2742938080112e5e394fb281f7ca361d59
tree5324177093da34484344d8ca9fe3ecafe15875bb
parent974a2867ea5da8d5a8cc31bb9c8897e118fb1a89
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
src/backend/executor/execParallel.c