Re: Fix slot name change handling for subscriptions

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix slot name change handling for subscriptions
Date: 2017-04-03 15:18:39
Message-ID: 9118ac31-0679-5308-4ccc-61ed2b1b9d6b@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 subscription options.

committed

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-03 15:22:02 Re: Rewriting the test of pg_upgrade as a TAP test
Previous Message Stephen Frost 2017-04-03 15:12:37 Re: Rewriting the test of pg_upgrade as a TAP test