pgsql: Fix regression test for force_parallel_mode=on.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix regression test for force_parallel_mode=on.
Date: 2016-06-15 19:16:01
Message-ID: E1bDGID-00039A-Vw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12f862099d25fc70b412d56f50dcabebff8db44a

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 13 +++++++------
src/test/regress/sql/select_parallel.sql | 8 +++++---
2 files changed, 12 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-06-15 19:20:11 Re: Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Previous Message Kevin Grittner 2016-06-15 19:05:31 Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <