Make pg_basebackup -x stream the default - Mailing list pgsql-hackers

From Magnus Hagander
Subject Make pg_basebackup -x stream the default
Date
Msg-id CABUevEzMygNpb3z9WOc5VZG6OUocHshmLyk9W+xJ34UVw-fPMg@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Make pg_basebackup -x stream the default
Re: [HACKERS] Make pg_basebackup -x stream the default
List pgsql-hackers
Per some discussions with a number of different people at pgconfeu, here is a patch that changes the default mode of pg_basebackup to be streaming the wal, as this is what most users would want -- and those that don't want it have to make other changes as well. Doing the "most safe" thing by default is a good idea.

The new option "-x none" is provided to turn this off and get the previous behavior back.

I will add this to the next (January) commitfest.

//Magnus



--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/
Attachment

pgsql-hackers by date:

Previous
From: Clifford Hammerschmidt
Date:
Subject: Re: C based plugins, clocks, locks, and configuration variables
Next
From: Tom Lane
Date:
Subject: Re: Fix bug in handling of dropped columns in pltcl triggers