]> granicus.if.org Git - postgresql/commit
Fix inconsistency in comments atop ExecParallelEstimate.
authorAmit Kapila <akapila@postgresql.org>
Fri, 7 Jun 2019 00:15:06 +0000 (05:45 +0530)
committerAmit Kapila <akapila@postgresql.org>
Fri, 7 Jun 2019 00:15:06 +0000 (05:45 +0530)
commit5afb57038f338adefb282afb7976c3ab86a92085
tree6402b0a88d81bbd0ebb2a665df787a08be8695ff
parentf46eae4fc140ae7e86825095ea7e029cbecddfc7
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