Обсуждение: [COMMITTERS] pgsql: Speed up hash_index regression test.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Speed up hash_index regression test.

От
Tom Lane
Дата:
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(-)