Re: Get memory contexts of an arbitrary backend process

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Get memory contexts of an arbitrary backend process
Дата
Msg-id 6ab7b7f1-8dca-288f-5578-0a0716567341@oss.nttdata.com
обсуждение исходный текст
Ответ на Re: Get memory contexts of an arbitrary backend process  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: Get memory contexts of an arbitrary backend process
Список pgsql-hackers

On 2021/04/05 12:20, Zhihong Yu wrote:
> +        * This is just a warning so a loop-through-resultset will not abort
> +        * if one backend logged its memory contexts during the run.
> 
> The pid given by arg 0 is not a PostgreSQL server process. Which other backend could it be ?

This is the comment that I added wrongly. So the comment should be
"This is just a warning so a loop-through-resultset will not abort
if one backend terminated on its own during the run.",
like pg_signal_backend(). Thought?

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Stronger safeguard for archive recovery not to miss data
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Can we remove extra memset in BloomInitPage, GinInitPage and SpGistInitPage when we have it in PageInit?