]> granicus.if.org Git - postgresql/commit
Add minimal test for EXPLAIN ANALYZE of parallel query.
authorAndres Freund <andres@anarazel.de>
Thu, 6 Apr 2017 20:44:48 +0000 (13:44 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 6 Apr 2017 20:44:48 +0000 (13:44 -0700)
commitb2ff37d43cc81348fd8e9d9c5fcc9dfadf790763
tree67447ae644445d0968ac3892ecd00a599ca4a894
parent5a5931533edd2b70bde1f069609f58998dd26fef
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
src/test/regress/expected/select_parallel.out
src/test/regress/sql/select_parallel.sql