[COMMITTERS] pgsql: Speed up hash_index regression test.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Speed up hash_index regression test.
Дата
Msg-id E1cyOiF-0004GM-1j@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Avoid transferring parallel-unsafe subplans to parallelworkers.
Следующее
От: Fujii Masao
Дата:
Сообщение: [COMMITTERS] pgsql: Improve tab-completion of DDL for publication and subscription.