]> granicus.if.org Git - postgresql/commit
pg_basebackup: Add --slot option
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 22 Jul 2015 01:06:45 +0000 (21:06 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Jul 2015 00:31:35 +0000 (20:31 -0400)
commit0dc848b0314d63188919f1ce943730eac684dccd
treef9f95d0e5b75c80d1c6f95dda6cf0b9e712bd322
parent90102bb538831fca734cc9fa1450b97c7d4e1190
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>
doc/src/sgml/ref/pg_basebackup.sgml
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/test/perl/TestLib.pm