Re: dynamic background workers, round two

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: dynamic background workers, round two
Date: 2013-07-25 00:44:53
Message-ID: CAB7nPqTcB8Dqci6Mf99t9aKmMY6nXsASCzLa9=Wr+G0b-sRHMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 25, 2013 at 8:05 AM, Andres Freund <andres(at)2ndquadrant(dot)com>wrote:

> On 2013-07-25 08:03:17 +0900, Michael Paquier wrote:
> > On Thu, Jul 25, 2013 at 6:34 AM, Andres Freund <andres(at)2ndquadrant(dot)com
> >wrote:
> >
> > > > --- a/contrib/worker_spi/worker_spi.c
> > > > +++ b/contrib/worker_spi/worker_spi.c
> > >
> > > Btw, I've posted a minimal regression test for bworkers/worker_spi in
> > > 20130724175742(dot)GD10713(at)alap2(dot)anarazel(dot)de - I'd like to see some
> coverage
> > > of this...
> > >
> > I could not find this email ID in the archives. A link perhaps?
>
> Hm. Works for me:
>
> http://www.postgresql.org/message-id/20130724175742.GD10713@alap2.anarazel.de
>
Oops. Thanks, the search field does not like if spaces are added with the
ID.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-07-25 02:33:58 Re: pgsql: Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Previous Message Tom Lane 2013-07-25 00:12:02 Re: Preventing tuple-table leakage in plpgsql