Make wal streaming the default mode for pg_basebackup

Magnus Hagander <magnus@hagander.net>

Commit: 9a4d51077c96c10322582211781bb969b51822ff
Author: Magnus Hagander <magnus@hagander.net>
Date: 2017-01-04T09:40:38Z
Releases: 10.0
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

Documentation touched