parallel.sgml for Gather with InitPlans

Поиск
Список
Период
Сортировка
От Robert Haas
Тема parallel.sgml for Gather with InitPlans
Дата
Msg-id CA+Tgmoa+vupW8V_gBonz6hU7WwN2zJ=UTsVWCVB+rN6vaaXfZw@mail.gmail.com
обсуждение исходный текст
Ответы Re: parallel.sgml for Gather with InitPlans  (Amit Kapila <amit.kapila16@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Parallel Append implementation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Explain buffers wrong counter with parallel plans