pgsql: pg_basebackup: Add --slot option

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_basebackup: Add --slot option
Дата
Msg-id E1ZKFJy-0001NB-V2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_basebackup: Add tests for -R option
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Suppress "variable may be used uninitialized" warning.