Re: pg_reload_conf() synchronously

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pg_reload_conf() synchronously
Дата
Msg-id 20221105024630.ca3tadl5ghxbpaxh@awork3.anarazel.de
обсуждение исходный текст
Ответ на pg_reload_conf() synchronously  (Gurjeet Singh <gurjeet@singh.im>)
Ответы Re: pg_reload_conf() synchronously  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

On 2022-11-04 10:26:38 -0700, Gurjeet Singh wrote:
> The attached patch makes the pg_reload_conf() function set
> ConfigReloadPending to true, which will force the postgres main
> command-processing loop to process and apply config changes _before_
> executing the next command.

Worth noting that this doesn't necessarily suffice to avoid race conditions in
tests, if the test depends on *other* backends having seen the configuration
changes.

It might be worth to use the global barrier mechanism to count which backends
have reloaded configuration and to provide a function / option to pg_sleep
that waits for that.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Add tracking of backend memory allocated to pg_stat_activity
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Incorrect include file order in guc-file.l