Fix regression test for force_parallel_mode=on.
authorRobert Haas <rhaas@postgresql.org>
Wed, 15 Jun 2016 18:59:07 +0000 (14:59 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 15 Jun 2016 18:59:07 +0000 (14:59 -0400)
commit12f862099d25fc70b412d56f50dcabebff8db44a
treebf732ccde0885a236f3d7a102858742e9d6b4586
parente472ce9624e0f2083c8fd25ea1acb081be908f8f
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.
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select_parallel.sql