Re: parallel explain analyze support not exercised

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Rafia Sabih <rafia.sabih@enterprisedb.com>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-04-06T21:33:49Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I guess we'll have to see. My personal conclusion is that greater
> coverage of parallelism is worth some very minor config trouble for
> people doing installcheck against clusters with non-default config.

The buildfarm seems entirely unwilling to play along.

			regards, tom lane


Commits

  1. Add minimal test for EXPLAIN ANALYZE of parallel query.