Re: archive modules

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: archive modules
Дата
Msg-id CA+TgmoZfft6oCGYP3agn_Y_v3KPBauBZG60tfTm=_kke+xfvaw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: archive modules  ("Bossart, Nathan" <bossartn@amazon.com>)
Ответы Re: archive modules  ("Bossart, Nathan" <bossartn@amazon.com>)
Список pgsql-hackers
On Tue, Nov 2, 2021 at 11:26 AM Bossart, Nathan <bossartn@amazon.com> wrote:
> Well, the current patch does require a reload since the modules are
> preloaded, but maybe there is some way to avoid that.

I think we could set things up so that if the value changes, you call
a shutdown hook for the old library, load the new one, and call any
startup hook for that one.

That wouldn't work with a hook-based approach.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: [PATCH] fix references to like_regex
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: should we enable log_checkpoints out of the box?