pgsql: Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e
Date: 2017-08-17 22:36:28
Message-ID: E1diTOu-00005y-83@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.

That code patch was good as far as it went, but the associated test case
has exposed fundamental brain damage in the parallel scan mechanism,
which is going to take nontrivial work to correct. In the interests of
getting the buildfarm back to green so that unrelated work can proceed,
let's temporarily remove the test case.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a20aac890a89e6f88e841dedbbfa8d9d5f7309fc

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 43 ---------------------------
src/test/regress/sql/select_parallel.sql | 16 ----------
2 files changed, 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-08-18 17:09:01 pgsql: Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Previous Message Robert Haas 2017-08-17 19:49:37 pgsql: Don't lock tables in RelationGetPartitionDispatchInfo.