pgsql: Second attempt to stabilize 05c02589.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Second attempt to stabilize 05c02589.
Date: 2020-12-27 20:11:50
Message-ID: E1ktcOM-0000YN-9A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Second attempt to stabilize 05c02589.

Removing the EXPLAIN test to stabilize the buildfarm. The execution
test should still be effective to catch the bug even if the plan is
slightly different on different platforms.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/groupingsets.out | 19 -------------------
src/test/regress/sql/groupingsets.sql | 5 -----
2 files changed, 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2020-12-27 20:16:29 pgsql: Stabilize test introduced in 05c02589, per buildfarm.
Previous Message Jeff Davis 2020-12-27 17:59:25 Re: pgsql: Fix bug #16784 in Disk-based Hash Aggregation.