Allow DML commands that create tables to use parallel query.

Robert Haas <rhaas@postgresql.org>

Commit: e9baa5e9fa147e00a2466ab2c40eb99c8a700824
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-10-05T15:40:48Z
Releases: 11.0
Allow DML commands that create tables to use parallel query.

Haribabu Kommi, reviewed by Dilip Kumar and Rafia Sabih.  Various
cosmetic changes by me to explain why this appears to be safe but
allowing inserts in parallel mode in general wouldn't be.  Also, I
removed the REFRESH MATERIALIZED VIEW case from Haribabu's patch,
since I'm not convinced that case is OK, and hacked on the
documentation somewhat.

Discussion: http://postgr.es/m/CAJrrPGdo5bak6qnPWe8Kpi8g_jfQEs-G4SYmG9y+OFaw2-dPvA@mail.gmail.com

Files

Documentation touched

Discussion