Re: Postgres restart in the middle of exclusive backup and the presence of backup_label file
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Andrew Dunstan <andrew@dunslane.net>,
"Bossart, Nathan" <bossartn@amazon.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Stephen Frost <sfrost@snowman.net>,
Laurenz Albe <laurenz.albe@cybertec.at>,
Michael Paquier <michael@paquier.xyz>,
Pg Hackers <pgsql-hackers@postgresql.org>,
SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>
Date: 2021-12-02T17:49:52Z
Lists: pgsql-hackers
On 12/2/21 12:38, David Steele wrote: > On 12/2/21 11:00, Andrew Dunstan wrote: >> >> Should we really be getting rid of >> PostgreSQL::Test::Cluster::backup_fs_hot() ? > > Agreed, it would be better to update backup_fs_hot() to use exclusive > mode and save out backup_label instead. Oops, of course I meant non-exclusive mode. Regards, -David
Commits
-
Remove duplicated word in comment of basebackup.c
- 83cca409edf2 15.0 landed