pg_basebackup: Add --slot option
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +24 −3 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +23 −1 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +21 −1 |
| src/test/perl/TestLib.pm | modified | +4 −1 |