postgresql/src/include/libpq
Stephen Frost 39969e2a1e 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 backup mode wasn't really being tested (nor was most
of the related code- like being able to log in just to stop an exclusive
backup and the bits of the state machine related to that) and having to
possibly deal with an exclusive backup and the backup_label file
existing during pg_basebackup, pg_rewind, etc, added other complexities
that we are better off without.

This patch removes the exclusive backup mode, the various special cases
for dealing with it, and greatly simplifies the online backup code and
documentation.

Authors: David Steele, Nathan Bossart
Reviewed-by: Chapman Flack
Discussion: https://postgr.es/m/ac7339ca-3718-3c93-929f-99e725d1172c@pgmasters.net
https://postgr.es/m/CAHg+QDfiM+WU61tF6=nPZocMZvHDzCK47Kneyb0ZRULYzV5sKQ@mail.gmail.com
2022-04-06 14:41:03 -04:00
..
auth.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
be-fsstubs.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
be-gssapi-common.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
crypt.h Improve error handling of cryptohash computations 2022-01-11 09:55:16 +09:00
hba.h Add system view pg_ident_file_mappings 2022-03-29 10:15:48 +09:00
ifaddr.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq-be.h Remove exclusive backup mode 2022-04-06 14:41:03 -04:00
libpq-fs.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
libpq.h Use WL_SOCKET_CLOSED for client_connection_check_interval. 2022-02-14 16:52:23 +13:00
pqcomm.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pqformat.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pqmq.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pqsignal.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
sasl.h Fix collection of typos in the code and the documentation 2022-03-15 11:29:35 +09:00
scram.h Update copyright for 2022 2022-01-07 19:04:57 -05:00