Re: Explain [Analyze] produces parallel scan for select Into table statements. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Explain [Analyze] produces parallel scan for select Into table statements.
Date
Msg-id CA+TgmoYvAXx43Yes=-zYSrvAvGMQ7kB7x0nf8-TKsj=OF_OOog@mail.gmail.com
Whole thread Raw
In response to Re: Explain [Analyze] produces parallel scan for select Into table statements.  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Explain [Analyze] produces parallel scan for select Into table statements.
List pgsql-hackers
On Sat, Mar 12, 2016 at 1:58 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> Yeah, that makes the addition of test for this functionality difficult.
> Robert, do you have any idea what kind of test would have caught this issue?

Yep.  Committed with that test:

DO $$
BEGIN      EXECUTE 'EXPLAIN ANALYZE SELECT * INTO TABLE easi FROM int8_tbl';
END$$;

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



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: [PATCH v6] GSSAPI encryption support
Next
From: James Sewell
Date:
Subject: Re: Parallel Aggregate