Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Stephen Frost <sfrost@snowman.net>
Cc: Chapman Flack <chap@anastigmatix.net>, David Steele <david@pgmasters.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-03-02T01:03:02Z
Lists: pgsql-hackers

Attachments

Here is a new version of the patch with the following changes:

	1. Addressed Chap's feedback from upthread.
	2. Renamed pg_start/stop_backup() to pg_backup_start/stop() as
	   suggested by David.
	3. A couple of other small documentation adjustments.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Commits

  1. Remove duplicated word in comment of basebackup.c