Re: pg_stop_backup(wait_for_archive := true) on standby server
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Noah Misch <noah@leadboat.com>, Magnus Hagander <magnus@hagander.net>, Masahiko Sawada <sawada.mshk@gmail.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-08-04T01:49:15Z
Lists: pgsql-hackers
* Michael Paquier (michael.paquier@gmail.com) wrote: > On Thu, Aug 3, 2017 at 4:29 AM, Stephen Frost <sfrost@snowman.net> wrote: > > I'll provide another update tomorrow. Hopefully Michael is able to produce > > a 9.6 patch, otherwise I'll do it. > > I have sent an updated version of the patch, with something that can > be used for 9.6 as well. It would be nice to get something into the > next set of minor releases. Thanks for the patches. I'm planning to push them tomorrow morning after a bit more review and testing. I'll provide an update tomorrow. Thanks! Stephen
Commits
-
Make pg_stop_backup's wait_for_archive flag work on standbys.
- 52f8a59dd953 10.0 landed
-
Implement backup API functions for non-exclusive backups
- 7117685461af 9.6.0 cited