Re: force parallel mode vs CTAS

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, tcook@blackducksoftware.com, Haribabu Kommi <kommi.haribabu@gmail.com>
Date: 2017-12-21T15:44:24Z
Lists: pgsql-hackers
On Thu, Dec 21, 2017 at 10:34 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Great subject line!
>
> fixed ...

Ack, sorry, I replied on the original thread, not realizing there was
a second one.  Basically, I think the assertion is wrong-headed and
can be adjusted so it doesn't fail, and I attached a patch over there.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Commits

  1. Adjust assertion in GetCurrentCommandId.

  2. Allow DML commands that create tables to use parallel query.