Re: pg_stop_backup(wait_for_archive := true) on standby server
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Masahiko Sawada <sawada.mshk@gmail.com>
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-18T04:28:01Z
Lists: pgsql-hackers
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. Noah, I'll provide an update regarding this open item by COB, Thursday July 20th. 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