Re: pgsql: Allow page lock to conflict among parallel group members.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Amit Kapila <akapila(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow page lock to conflict among parallel group members.
Date: 2020-03-22 00:27:22
Message-ID: 20200322002722.ba3rsexcbhuyguve@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2020-03-21 03:27:07 +0000, Amit Kapila wrote:
> Currently, the parallel mode is strictly read-only, but after this patch
> we have the infrastructure to allow parallel inserts and parallel copy.

Minor nit: I don't think this gets to fully having the infrastructure
for that. It just removes one roadblock. Or am I missing something here?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-03-22 02:49:26 Re: pgsql: Allow page lock to conflict among parallel group members.
Previous Message Tom Lane 2020-03-21 22:28:47 pgsql: Fix up recent breakage of headerscheck and cpluspluscheck.