[COMMITTERS] pgsql: Add minimal test for EXPLAIN ANALYZE of parallel query. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Add minimal test for EXPLAIN ANALYZE of parallel query.
Date
Msg-id E1cwEKr-0001LN-Ut@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Increase parallel bitmap scan test coverage.
Next
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Fix BRIN cost estimation