Re: PATCH: Make pg_stop_backup() archive wait optional
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: "Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>
Cc: David Steele <david@pgmasters.net>, Robert Haas <robertmhaas@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Stephen Frost <sfrost@snowman.net>
Date: 2017-03-17T04:54:58Z
Lists: pgsql-hackers
On Fri, Mar 17, 2017 at 1:47 PM, Tsunakawa, Takayuki <tsunakawa.takay@jp.fujitsu.com> wrote: > BTW, does the developer of each feature have to modify the catalog version in catversion.h? It's a bit annoying to see the patch application failure on catversion.h. Committers take care of this part. > Isn't it enough to modify the catalog version only when alpha/beta/RC/final versions are released? That's useful at least for developers to bump it even during a development cycle as you can notice with a hard failure at startup if a data folder you have created is compatible with the new binaries or not. -- Michael
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