pgsql: Speed up hash_index regression test.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Speed up hash_index regression test.
Date: 2017-04-12 20:17:59
Message-ID: E1cyOiF-0004GM-1j@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2017-04-13 02:27:46 pgsql: Improve tab-completion of DDL for publication and subscription.
Previous Message Tom Lane 2017-04-12 20:07:04 pgsql: Avoid transferring parallel-unsafe subplans to parallel workers.