pgsql: Fix regression test for force_parallel_mode=on. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix regression test for force_parallel_mode=on.
Date
Msg-id E1bDGID-00039A-Vw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <