Re: [HACKERS] max_worker_processes on the standby - Mailing list pgsql-docs

From Alvaro Herrera
Subject Re: [HACKERS] max_worker_processes on the standby
Date
Msg-id 20151027180759.GG240637@alvherre.pgsql
Whole thread Raw
In response to Re: [HACKERS] max_worker_processes on the standby  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: [HACKERS] max_worker_processes on the standby  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-docs
Alvaro Herrera wrote:
> Robert Haas wrote:
> > On Sat, Oct 17, 2015 at 5:37 PM, Petr Jelinek <petr@2ndquadrant.com> wrote:
> > > I agree with that sentiment.
> > >
> > > Attached patch adds variable to the shmem which is used for module
> > > activation tracking - set to true in ActiveCommitTs() and false in
> > > DeactivateCommitTs(). All the checks inside the commit_ts code were changed
> > > to use this new variable. I also removed the static variable Alvaro added in
> > > previous commit because it's not needed anymore.
> >
> > That sounds good to me.  On a quick read-through it looks OK too.
>
> A revised version is attached.

Pushed.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-docs by date:

Previous
From: Michael Herold
Date:
Subject: Re: ARRAY[1] || NULL <> array_append(ARRAY[1], NULL)
Next
From: Guillaume Lelarge
Date:
Subject: Re: Moving documentation to XML