pgsql: pg_createsubscriber: Remove failover replication slots on subscr

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_createsubscriber: Remove failover replication slots on subscr
Дата
Msg-id E1sJ9PP-001sJv-Jl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_createsubscriber: Remove failover replication slots on subscriber

After running pg_createsubscriber, these replication slots have no use
on subscriber, so drop them.

Author: Euler Taveira <euler.taveira@enterprisedb.com>
Reviewed-by: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Discussion: https://www.postgresql.org/message-id/776c5cac-5ef5-4001-b1bc-5b698bc0c62a%40app.fastmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81d20fbf7a03f5e385700c90aec883c96b32ddc6

Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml          |  9 ++++
src/bin/pg_basebackup/pg_createsubscriber.c        | 49 +++++++++++++++++++++-
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl | 20 ++++++++-
3 files changed, 76 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_createsubscriber: Remove replication slot check on primary
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Teach jsonpath string() to unwrap in lax mode