parallel.sgml for Gather with InitPlans - Mailing list pgsql-hackers

From Robert Haas
Subject parallel.sgml for Gather with InitPlans
Date
Msg-id CA+Tgmoa+vupW8V_gBonz6hU7WwN2zJ=UTsVWCVB+rN6vaaXfZw@mail.gmail.com
Whole thread Raw
Responses Re: parallel.sgml for Gather with InitPlans  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
In the wake of commit e89a71fb449af2ef74f47be1175f99956cf21524,
parallel.sgml is no longer correct about the effect of InitPlans:

  <para>
    The following operations are always parallel restricted.
  </para>

...

      <para>
        Access to an <literal>InitPlan</literal> or correlated
<literal>SubPlan</literal>.
      </para>

I thought about this a bit and came up with the attached patch.  Other ideas?

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

Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel Append implementation
Next
From: Robert Haas
Date:
Subject: Re: Explain buffers wrong counter with parallel plans