pgsql: Fix inconsistency in comments atop ExecParallelEstimate.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix inconsistency in comments atop ExecParallelEstimate.
Дата
Msg-id E1hZ2e7-0005j5-Rd@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/17aa054a79961556da8f6bbc158a7786345ac926

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix message style
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix default_tablespace usage for partitioned tables