Re: parallel mode and parallel contexts - Mailing list pgsql-hackers

From Robert Haas
Subject Re: parallel mode and parallel contexts
Date
Msg-id CA+TgmoYg9mfjGHzKKUNx=muK8c1SFP+ab=Lv0yBFs6woeXrcHw@mail.gmail.com
Whole thread Raw
In response to Re: parallel mode and parallel contexts  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: parallel mode and parallel contexts  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Fri, Jan 30, 2015 at 12:08 PM, Robert Haas <robertmhaas@gmail.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

pgsql-hackers by date:

Previous
From: Steven Lembark
Date:
Subject: Re: Release note bloat is getting out of hand
Next
From: David G Johnston
Date:
Subject: Re: Fetch zero result rows when executing a query?