]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix inconsistency in comments atop ExecParallelEstimate.
authorAmit Kapila <akapila@postgresql.org>
Thu, 6 Jun 2019 23:59:11 +0000 (05:29 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 6 Jun 2019 23:59:11 +0000 (05:29 +0530)
commit17aa054a79961556da8f6bbc158a7786345ac926
treeb7ac4f2f1ce8687b232406a3bd904563224c8f1f
parenta15e8ce7b647ccc4580bf00374c33e5ab793f3e3
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