Fix slot name change handling for subscriptions

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Fix slot name change handling for subscriptions
Дата
Msg-id a2355846-e5b1-184c-71a4-882f514b5948@2ndquadrant.com
обсуждение исходный текст
Список pgsql-hackers
Hi,

ALTER SUBSCRIPTION ... WITH (SLOT NAME = foo) will make the worker dies
on error about unexpected subscription changed. It's my oversight in the
original logical replication patch-set. Attached patch fixes it to
behave same way as other changes to subscription options.

-- 
  Petr Jelinek                  http://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: David Steele
Дата:
Сообщение: Re: [PATCH] Generic type subscripting
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Logical replication origin tracking fix