pgsql: Handle change of slot name in logical replication apply

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Handle change of slot name in logical replication apply
Date: 2017-04-03 15:18:05
Message-ID: E1cv3k5-00050z-Ll@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Handle change of slot name in logical replication apply

Since change of slot name is a supported operation, handle it more
gracefully, instead of in the this-should-not-happen way.

Author: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1116108c926820030bd18b5dbff9163c14e3ad6d

Modified Files
--------------
src/backend/replication/logical/worker.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-04-03 20:20:34 pgsql: Make header self-contained
Previous Message Peter Eisentraut 2017-04-03 14:52:05 pgsql: doc: Change xref style to number only