[COMMITTERS] pgsql: Add minimal test for EXPLAIN ANALYZE of parallel query.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [COMMITTERS] pgsql: Add minimal test for EXPLAIN ANALYZE of parallel query.
Дата
Msg-id E1cwEKr-0001LN-Ut@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add minimal test for EXPLAIN ANALYZE of parallel query.

This displays the number of workers launched, thus the test is
dependant on configuration to some degree.  We'll see whether that
turns out ot be a problem.

Author: Rafia Sabih
Discussion: https://postgr.es/m/20170331185540.zmsue4ndvqtnayqw@alap3.anarazel.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2ff37d43cc81348fd8e9d9c5fcc9dfadf790763

Modified Files
--------------
src/test/regress/expected/select_parallel.out | 10 ++++++++++
src/test/regress/sql/select_parallel.sql      |  3 +++
2 files changed, 13 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Increase parallel bitmap scan test coverage.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: [COMMITTERS] pgsql: Fix BRIN cost estimation