Re: pg_stop_backup(wait_for_archive := true) on standby server
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Magnus Hagander <magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-07-14T10:13:43Z
Lists: pgsql-hackers
On Fri, Jul 14, 2017 at 12:34 AM, Stephen Frost <sfrost@snowman.net> wrote: > Michael, all, > > * Michael Paquier (michael.paquier@gmail.com) wrote: >> On Thu, Jul 13, 2017 at 7:13 AM, Masahiko Sawada <sawada.mshk@gmail.com> wrote: >> > Sorry, I missed lots of typo in the last patch. All comments from you >> > are incorporated into the attached latest patch and I've checked it >> > whether there is other typos. Please review it. >> >> Thanks for providing a new version of the patch very quickly. I have >> spent some time looking at it again and testing it, and this version >> looks correct to me. Stephen, as a potential committer, would you look >> at it to address this open item? > > Yes, this weekend. Thanks for the confirmation, Stephen! -- Michael
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