pgsql: Fix inconsistency in comments atop ExecParallelEstimate.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inconsistency in comments atop ExecParallelEstimate.
Date: 2019-06-07 00:22:15
Message-ID: E1hZ2e7-0005j7-Rn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fac1ed2742938080112e5e394fb281f7ca361d59

Modified Files
--------------
src/backend/executor/execParallel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-06-07 04:49:19 pgsql: Fix default_tablespace usage for partitioned tables
Previous Message Tom Lane 2019-06-06 17:44:54 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)