From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Make pg_basebackup -x stream the default |
Date: | 2016-11-08 17:45:18 |
Message-ID: | CABUevEzMygNpb3z9WOc5VZG6OUocHshmLyk9W+xJ34UVw-fPMg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
basebackup_stream_default.patch | text/x-patch | 5.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-11-08 18:13:19 | Re: Fix bug in handling of dropped columns in pltcl triggers |
Previous Message | Clifford Hammerschmidt | 2016-11-08 17:42:16 | Re: C based plugins, clocks, locks, and configuration variables |