]> granicus.if.org Git - postgresql/commit
Make wal streaming the default mode for pg_basebackup
authorMagnus Hagander <magnus@hagander.net>
Wed, 4 Jan 2017 09:40:38 +0000 (10:40 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 4 Jan 2017 09:40:38 +0000 (10:40 +0100)
commit9a4d51077c96c10322582211781bb969b51822ff
tree9a6316dcba90a6351abf4a668dcb24c83fc2d207
parent1d25779284fe1ba08ecd57e647292a9deb241376
Make wal streaming the default mode for pg_basebackup

Since streaming is now supported for all output formats, make this the
default as this is what most people want.

To get the old behavior, the parameter -X none can be specified to turn
it off.

This also removes the parameter -x for fetch, now requiring -X fetch to
be specified to use that.

Reviewed by Vladimir Rusinov, Michael Paquier and Simon Riggs
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/PostgresNode.pm