pgsql: Handle change of slot name in logical replication apply - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Handle change of slot name in logical replication apply
Date
Msg-id E1cv3k5-00050z-Ll@gemulon.postgresql.org
Whole thread Raw
List 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.jelinek@2ndquadrant.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Change xref style to number only
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make header self-contained