Re: PATCH: Make pg_stop_backup() archive wait optional
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>, Stephen Frost <sfrost@snowman.net>
Date: 2017-03-17T14:31:56Z
Lists: pgsql-hackers
Attachments
- pgstopbackup-wait-v4.patch (text/plain) patch v4
On 3/17/17 4:18 AM, Tsunakawa, Takayuki wrote: > From: pgsql-hackers-owner@postgresql.org >> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tsunakawa, >> Takayuki >> I made this ready for committer. The patch applied except for catversion.h, >> the patch content looks good, and the target test passed as follows: > > Sorry, I reverted this to waiting for author, because make check failed. src/test/regress/expected/opr_sanity.out seems to need revision because pg_stop_backup() was added. Well, that's embarrassing. When I recreated the function to add defaults I messed up the AS clause and did not pay attention to the results of the regression tests, apparently. Attached is a new version rebased on 88e66d1. Catalog version bump has also been omitted. Thanks, -- -David david@pgmasters.net
Commits
-
Expose waitforarchive option through pg_stop_backup()
- 017e4f2588a7 10.0 landed
-
Mark pg_start_backup and pg_stop_backup as parallel-restricted.
- 9fe3c644a731 10.0 landed