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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add minimal test for EXPLAIN ANALYZE of parallel query.
Date: 2017-04-06 20:48:53
Message-ID: E1cwEKr-0001LN-Ut@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2017-04-06 20:53:35 pgsql: Fix BRIN cost estimation
Previous Message Andres Freund 2017-04-06 20:43:48 pgsql: Increase parallel bitmap scan test coverage.