Fix regression test for force_parallel_mode=on.

Robert Haas <rhaas@postgresql.org>

Commit: 12f862099d25fc70b412d56f50dcabebff8db44a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-06-15T18:59:07Z
Releases: 9.6.0
Fix regression test for force_parallel_mode=on.

Commit 14a254fb52423c57059851abafbd1247261f7f03 managed not to
exercise the code it was intended to test, and the comment explaining
why no "parallel worker" line showed up in the context wasn't right.

Amit Kapila, tweaked by me per Amit's analysis.

Files