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: Robert Haas <robertmhaas@gmail.com>,
Magnus Hagander <magnus@hagander.net>, Masahiko Sawada <sawada.mshk@gmail.com>, Noah Misch <noah@leadboat.com>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-08-05T08:14:11Z
Lists: pgsql-hackers
On Sat, Aug 5, 2017 at 5:27 AM, Stephen Frost <sfrost@snowman.net> wrote: > Unfortunately the day got away from me due to some personal... adventures > (having to do with lack of air conditioning first and then lack of gas, > amongst a lot of other things going on right now...). I just got things back > online but, well, my day tomorrow is pretty well packed solid. I wouldn't > complain if someone has a few cycles to push these, they look pretty good to > me but I won't be able to work on PG stuff again until tomorrow night at the > earliest. If no other committer wants to take a shot at those patches, it may be better to push them after the next minor release happens? I don't like delaying bug fixes, but the release is close by and time flies. -- 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