Re: force parallel mode vs CTAS

Haribabu Kommi <kommi.haribabu@gmail.com>

From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, tcook@blackducksoftware.com
Date: 2017-12-22T00:51:58Z
Lists: pgsql-hackers
On Fri, Dec 22, 2017 at 2:34 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Robert Haas <robertmhaas@gmail.com> writes:
> > Great subject line!
>
> fixed ...
>

Thanks for the fix Robert.
This could have been caught, if I have test that creates toast table
using CTAS during development of the patch.

Regards,
Hari Babu
Fujitsu Australia

Commits

  1. Adjust assertion in GetCurrentCommandId.

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