-
- Downloads
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>
Showing
- doc/src/sgml/ref/pg_basebackup.sgml 24 additions, 3 deletionsdoc/src/sgml/ref/pg_basebackup.sgml
- src/bin/pg_basebackup/pg_basebackup.c 23 additions, 1 deletionsrc/bin/pg_basebackup/pg_basebackup.c
- src/bin/pg_basebackup/t/010_pg_basebackup.pl 21 additions, 1 deletionsrc/bin/pg_basebackup/t/010_pg_basebackup.pl
- src/test/perl/TestLib.pm 4 additions, 1 deletionsrc/test/perl/TestLib.pm
Loading
Please register or sign in to comment