pgsql: Test instrumentation of Hash nodes with parallel query.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Test instrumentation of Hash nodes with parallel query.
Дата
Msg-id E1eROWb-0002SV-GX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Test instrumentation of Hash nodes with parallel query.

Commit 8526bcb2df76d5171b4f4d6dc7a97560a73a5eff fixed bugs related
to both Sort and Hash, but only added a test case for Sort.  This
adds a test case for Hash to match.

Thomas Munro

Discussion: http://postgr.es/m/CAEepm=2-LRnfwUBZDqQt+XAcd0af_ykNyyVvP3h1uB1AQ=e-eA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d3583ad9ae54b44119973a9d6d731c9cc74c86e

Modified Files
--------------
src/test/regress/expected/join.out | 106 +++++++++++++++++++++++++++++++++++++
src/test/regress/sql/join.sql      |  60 +++++++++++++++++++++
2 files changed, 166 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Try again to fix accumulation of parallel workerinstrumentation
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: When passing query strings to workers, pass the terminating \0.