Re: [HACKERS] Fix slot name change handling for subscriptions

2017-04-03 Thread Peter Eisentraut
On 3/24/17 10:45, Petr Jelinek wrote: > 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

[HACKERS] Fix slot name change handling for subscriptions

2017-03-24 Thread Petr Jelinek
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