pgsql: Second attempt to stabilize 05c02589. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Second attempt to stabilize 05c02589.
Date
Msg-id E1ktcSr-0000bM-2b@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_13_STABLE

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

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


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Second attempt to stabilize 05c02589.
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Fix bug #16784 in Disk-based Hash Aggregation.