Обсуждение: pgsql: pg_basebackup: Add --slot option

Поиск
Список
Период
Сортировка

pgsql: pg_basebackup: Add --slot option

От
Peter Eisentraut
Дата:
pg_basebackup: Add --slot option

This option specifies a replication slot for WAL streaming (-X stream),
so that there can be continuous replication slot use between WAL
streaming during the base backup and the start of regular streaming
replication.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0dc848b0314d63188919f1ce943730eac684dccd

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml          |   27 +++++++++++++++++++++++---
src/bin/pg_basebackup/pg_basebackup.c        |   24 ++++++++++++++++++++++-
src/bin/pg_basebackup/t/010_pg_basebackup.pl |   22 ++++++++++++++++++++-
src/test/perl/TestLib.pm                     |    5 ++++-
4 files changed, 72 insertions(+), 6 deletions(-)