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
- v4-0001-remove-exclusive-backup-mode.patch (text/x-diff)
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
-
Remove duplicated word in comment of basebackup.c
- 83cca409edf2 15.0 landed