Thread: pgsql: Remove unstable test case added in commit 5935917ce.

pgsql: Remove unstable test case added in commit 5935917ce.

From
Tom Lane
Date:
Remove unstable test case added in commit 5935917ce.

The buildfarm says this produces some unexpected output with
force_parallel_mode = regress.  There's probably a bug underneath
that, but for the moment just delete the test case to make the
buildfarm green again.

(I now notice that the case had also failed to get updated to follow
commit d52eaa094, which made plan_cache_mode = force_generic_plan
prevail throughout partition_prune.sql; it was thereby managing to
break a later test.  When/if we put this back in, *don't* include the
SET and RESET commands.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/776a2c887480977a4327108945364fb4d84a817f

Modified Files
--------------
src/test/regress/expected/partition_prune.out | 28 +++++++--------------------
src/test/regress/sql/partition_prune.sql      | 10 ----------
2 files changed, 7 insertions(+), 31 deletions(-)