Tweak EXPLAIN for parallel query to show workers launched.

Robert Haas <rhaas@postgresql.org>

Commit: 5702277ca97396384eaf5c58d582b79b9984ce73
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-04-15T15:52:18Z
Releases: 9.6.0
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.

Files