Re: [HACKERS] max_worker_processes on the standby

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [HACKERS] max_worker_processes on the standby
Дата
Msg-id 20151027180759.GG240637@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: [HACKERS] max_worker_processes on the standby  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: [HACKERS] max_worker_processes on the standby  (Fujii Masao <masao.fujii@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Herold
Дата:
Сообщение: Re: ARRAY[1] || NULL <> array_append(ARRAY[1], NULL)
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Moving documentation to XML