Re: pgsql: Remove exclusive backup mode

2022-04-06 Thread Stephen Frost
Greetings, * Stephen Frost (sfr...@snowman.net) wrote: > Remove exclusive backup mode ... and that should have included a catversion bump, sorry about that, though it had just been bumped a couple commits before too. Thanks, Stephen signature.asc Description: PGP signature

pgsql: Remove exclusive backup mode

2022-04-06 Thread Stephen Frost
Remove exclusive backup mode Exclusive-mode backups have been deprecated since 9.6 (when non-exclusive backups were introduced) due to the issues they can cause should the system crash while one is running and generally because non-exclusive provides a much better interface. Further, exclusive bac