Re: Re: [COMMITTERS] pgsql: Start background writer during archive recovery.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Re: [COMMITTERS] pgsql: Start background writer during archive recovery.
Дата
Msg-id 499D0BB2.50604@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] pgsql: Start background writer during archive recovery.  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Start background writer during archive recovery.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Simon Riggs wrote:
> More likely to be an uncommon race condition, rather than a error
> specific to dungbeetle. If startup process death is slow, this could
> happen, though hasn't occurred in other tests. 

True, the startup process can live for a short while concurrently with 
bgwriter, walwriter and autovacuum launcher, before it exits.

> Given the shape of the patch, the likely fix is to bump
> NUM_AUXILIARY_PROCS by one. 

Not sure what you mean by the shape of the patch, but agreed.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Proposed Patch to Improve Performance of Multi-BatchHash Join for Skewed Data Sets
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: WIP: hooking parser