Implementing pg_receivewal --no-sync
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-10-25T00:37:18Z
Lists: pgsql-hackers
Attachments
- pg_receivewal_nosync.patch (application/octet-stream) patch
Hi all, After thinking a bit on the subject, I have decided to submit a patch to do $subject. This makes pg_receivewal more consistent with pg_basebackup. This option is mainly useful for testing, something that becomes way more doable since support for --endpos has been added. Unsurprisingly, --synchronous and --no-sync are incompatible options. Thanks, -- Michael
Commits
-
pg_receivewal: Add --no-sync option.
- 5f3971291fc2 11.0 landed