Make wal streaming the default mode for pg_basebackup
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +21 −21 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +21 −28 |
| src/bin/pg_basebackup/t/010_pg_basebackup.pl | modified | +7 −2 |
| src/test/perl/PostgresNode.pm | modified | +1 −1 |