Re: allow online change primary_conninfo

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: allow online change primary_conninfo
Дата
Msg-id 4b1bfe72-43ab-60ca-5b29-afc23f1726e7@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: allow online change primary_conninfo  (Sergei Kornilov <sk@zsrv.org>)
Список pgsql-hackers
On 2020-03-28 11:49, Sergei Kornilov wrote:
> I attached updated patch: walreceiver will use configured primary_slot_name as temporary slot name if
wal_receiver_create_temp_slotis enabled.
 

The original setup worked consistently with pg_basebackup.  In 
pg_basebackup, if you specify -S/--slot, then it uses a permanent slot 
with the given name.  This is the same behavior as primary_slot_name has 
now.  We should be careful that we don't create two sets of 
options/settings that look similar but combine in different ways.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: snapshot too old issues, first around wraparound and then more.
Следующее
От: David Steele
Дата:
Сообщение: Re: Commitfest 2020-03 Now in Progress