Re: ParallelContexts can get confused about which worker is which

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ParallelContexts can get confused about which worker is which
Date: 2015-11-04 04:07:58
Message-ID: CAA4eK1J16qA_W1UNbb_updwZBCc5esuc95TC=pdXPG-Zbf01Bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 3, 2015 at 8:25 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Mon, Nov 2, 2015 at 4:13 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> > On Sun, Nov 1, 2015 at 1:11 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
wrote:
> >> If we are going to add a new parameter to BackgroundWorker structure,
> >> then the same needs to be updated in docs [1] as well.
> >
> > Right, good point.
>
> Here's an updated patch with documentation added and two bugs fixed.
>

Patch looks good to me.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2015-11-04 04:17:50 Re: Request: pg_cancel_backend variant that handles 'idle in transaction' sessions
Previous Message Tom Lane 2015-11-04 03:38:55 Re: [PATCH] postgres_fdw extension support