Re: parallel mode and parallel contexts

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: parallel mode and parallel contexts
Date: 2015-03-18 16:02:07
Message-ID: CA+TgmoZJjzYnpXChL3gr7NwRUzkAzPMPVKAtDt5sHvC5Cd7RKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 17, 2015 at 6:53 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Mar 6, 2015 at 10:16 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> [ responses to review comments ]
>
> Here's a new version, fixing a bug Amit found (missing SetLatch) and a
> more significant oversight identified by Noah (XactLastRecEnd
> propagation) on the "assessing parallel safety" thread.

Rebased.

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

Attachment Content-Type Size
parallel-mode-v8.1.patch binary/octet-stream 141.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-03-18 16:11:22 Re: pg9.4 relpages of child tables
Previous Message Robert Haas 2015-03-18 16:01:14 Re: assessing parallel-safety