[COMMITTERS] pgsql: Restore behavior for replication origin drop - Mailing list pgsql-committers

From Alvaro Herrera
Subject [COMMITTERS] pgsql: Restore behavior for replication origin drop
Date
Msg-id E1dnmyB-00021y-Uo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Restore behavior for replication origin drop

Do for replication origins what the previous commit did for replication
slots: restore the original behavior of replication origin drop to raise
an error rather than blocking, because users might be depending on the
original behavior.  Maintain the blocking behavior when invoked
internally from logical replication subscription handling.

Discussion: https://postgr.es/m/20170830133922.tlpo3lgfejm4n2cs@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6979c3a68e2caa6696021f7a15278a99e7409a1

Modified Files
--------------
src/backend/replication/logical/origin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Provisional list of Major Features
Next
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: Provisional list of Major Features