Re: parallel mode and parallel contexts

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: 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-02-04 16:10:27
Message-ID: CA+TgmoYg9mfjGHzKKUNx=muK8c1SFP+ab=Lv0yBFs6woeXrcHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 30, 2015 at 12:08 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> Here's a new version. Andres mentioned previously that he thought it
> would be a good idea to commit the addition of
> BackgroundWorkerInitializeConnectionByOid() separately, as he's had
> cause to want it independently of the rest of this stuff. It would be
> useful for pg_background, too. So I've broken that out into a
> separate patch here (bgworker-by-oid.patch) and will commit that RSN
> unless somebody thinks it's a bad idea for some reason. AFAICS it
> should be uncontroversial.

This is now done.

The main patch needed some updating in light of Andres's recent
assault on ImmediateInterruptOK (final result: Andres 1-0 IIOK) so
here's a new version.

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

Attachment Content-Type Size
parallel-mode-v3.patch application/x-patch 122.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G Johnston 2015-02-04 16:16:09 Re: Fetch zero result rows when executing a query?
Previous Message Steven Lembark 2015-02-04 16:09:03 Re: Release note bloat is getting out of hand