]> granicus.if.org Git - postgresql/commit
Tweak EXPLAIN for parallel query to show workers launched.
authorRobert Haas <rhaas@postgresql.org>
Fri, 15 Apr 2016 15:49:41 +0000 (11:49 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 15 Apr 2016 15:52:18 +0000 (11:52 -0400)
commit5702277ca97396384eaf5c58d582b79b9984ce73
treee518f6d5bcc8a1f7c57d49eaaa05530cf91752c7
parent6b85d4ba9b09dc94cf1b14aef517da095a83cdbb
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.
src/backend/commands/explain.c
src/backend/executor/nodeGather.c
src/include/nodes/execnodes.h