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: David Steele <david@pgmasters.net>
Cc: Stephen Frost <sfrost@snowman.net>, Chapman Flack <chap@anastigmatix.net>, Magnus Hagander <magnus@hagander.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-04-04T15:42:18Z
Lists: pgsql-hackers
Attachments
- v10-0001-remove-exclusive-backup-mode.patch (text/x-diff)
I noticed a couple of other things that can be removed. Since we no longer wait on exclusive backup mode during smart shutdown, we can change connsAllowed (in postmaster.c) to a boolean and remove CAC_SUPERUSER. We can also remove a couple of related notes in the documentation. I've done all this in the attached patch. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Remove duplicated word in comment of basebackup.c
- 83cca409edf2 15.0 landed