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

From Jeff Davis
Subject pgsql: Reduce test time for disk-based Hash Aggregation.
Date
Msg-id E1jGZ2B-0003Uu-3m@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Report NULL as total backup size if it's not estimated.
Next
From: Fujii Masao
Date:
Subject: pgsql: Add wait events for WAL archive and recovery pause.