[COMMITTERS] pgsql: Speed up hash_index regression test. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Speed up hash_index regression test.
Date
Msg-id E1cyOiF-0004GM-1j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Speed up hash_index regression test.

Commit f5ab0a14e made this test take substantially longer than it used
to.  With a bit more care, we can get the runtime back down while
achieving the same, or even a bit better, code coverage.

Mithun Cy

Discussion: https://postgr.es/m/CAD__Ouh-qaEb+rD7Uy-4g3xQYOrhPzHs-a_TrFAjiQ5azAW5+w@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4a8bc39b08aa83694f22ea56a8626e91e28a0227

Modified Files
--------------
src/test/regress/expected/hash_index.out |  9 ++++-----
src/test/regress/sql/hash_index.sql      | 10 ++++------
2 files changed, 8 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Avoid transferring parallel-unsafe subplans to parallelworkers.
Next
From: Fujii Masao
Date:
Subject: [COMMITTERS] pgsql: Improve tab-completion of DDL for publication and subscription.