pgsql: Reduce test time for disk-based Hash Aggregation.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reduce test time for disk-based Hash Aggregation.
Date: 2020-03-24 02:11:15
Message-ID: E1jGZ2B-0003Uu-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reduce test time for disk-based Hash Aggregation.

Discussion: https://postgr.es/m/23196.1584943506@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/76df765e88fd9016e4b4f75dc69bcd9a1f335f72

Modified Files
--------------
src/test/regress/expected/aggregates.out | 30 ++++++-------
src/test/regress/expected/groupingsets.out | 72 ++++++------------------------
src/test/regress/sql/aggregates.sql | 24 +++++-----
src/test/regress/sql/groupingsets.sql | 69 +++++-----------------------
4 files changed, 53 insertions(+), 142 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-03-24 02:12:49 pgsql: Add wait events for WAL archive and recovery pause.
Previous Message Fujii Masao 2020-03-24 01:45:24 pgsql: Report NULL as total backup size if it's not estimated.