Re: pg_stop_backup(wait_for_archive := true) on standby server
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Michael Paquier <michael.paquier@gmail.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Magnus Hagander <magnus@hagander.net>, Noah Misch <noah@leadboat.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-07-24T03:48:03Z
Lists: pgsql-hackers
On Sat, Jul 22, 2017 at 8:04 AM, Stephen Frost <sfrost@snowman.net> wrote: > Masahiko, all, > > * Masahiko Sawada (sawada.mshk@gmail.com) wrote: >> On Tue, Jul 18, 2017 at 1:28 PM, Stephen Frost <sfrost@snowman.net> wrote: >> > Masahiko, Michael, >> > >> > * Masahiko Sawada (sawada.mshk@gmail.com) wrote: >> >> > This is beginning to shape. >> >> >> >> 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. >> > >> > I've taken an initial look through the patch and it looks pretty >> > reasonable. I need to go over it in more detail and work through >> > testing it myself next. >> > >> > I expect to commit this (with perhaps some minor tweaks primairly around >> > punctuation/wording), barring any issues found, on Wednesday or Thursday >> > of this week. >> >> I understood. Thank you for looking at this! > > I started discussing this with David off-list and he'd like a chance to > review it in a bit more detail (he's just returning from being gone for > a few weeks). That review will be posted to this thread on Monday, and > I'll wait until then to move forward with the patch. > > Next update will be before Tuesday, July 25th, COB. > Thank you! I'll start to revise the patch as soon as I got review comments. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
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