pgsql: Tweak EXPLAIN for parallel query to show workers launched.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Tweak EXPLAIN for parallel query to show workers launched.
Дата
Msg-id E1ar64q-0001nZ-RH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tweak EXPLAIN for parallel query to show workers launched.

The previous display was sort of confusing, because it didn't
distinguish between the number of workers that we planned to launch
and the number that actually got launched.  This has already confused
several people, so display both numbers and label them clearly.

Julien Rouhaud, reviewed by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5702277ca97396384eaf5c58d582b79b9984ce73

Modified Files
--------------
src/backend/commands/explain.c    | 10 +++++++++-
src/backend/executor/nodeGather.c |  1 +
src/include/nodes/execnodes.h     |  1 +
3 files changed, 11 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix portability problem induced by commit a6f6b7819.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: postgres_fdw: Clean up handling of system columns.