Fix slot name change handling for subscriptions - Mailing list pgsql-hackers

From Petr Jelinek
Subject Fix slot name change handling for subscriptions
Date
Msg-id a2355846-e5b1-184c-71a4-882f514b5948@2ndquadrant.com
Whole thread Raw
List 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 by date:

Previous
From: David Steele
Date:
Subject: Re: [PATCH] Generic type subscripting
Next
From: Petr Jelinek
Date:
Subject: Re: Logical replication origin tracking fix