• Robert Haas's avatar
    Tweak EXPLAIN for parallel query to show workers launched. · 5702277c
    Robert Haas authored
    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.
    5702277c
execnodes.h 72.2 KB