pgsql: pg_basebackup: Add --slot option

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_basebackup: Add --slot option
Date: 2015-07-29 00:34:10
Message-ID: E1ZKFJy-0001NB-V2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)paquier(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-29 00:54:18 Re: pgsql: Suppress "variable may be used uninitialized" warning.
Previous Message Joe Conway 2015-07-29 00:22:02 Re: pgsql: Prevent platform-dependent output row ordering in a new test que