pg_basebackup: Add --slot option

Enterprise / PostgreSQL - Peter Eisentraut [gmx.net] - 28 July 2015 19:31 UTC

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.

0dc848b pg_basebackup: Add --slot option
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(-)

Upstream: git.postgresql.org


  • Share