relnotes: update for non-exclusive backup mode removal

Reported-by: Ian Lawrence Barwick

Discussion: https://postgr.es/m/CAB8KJ=jmLBMAmxjcew12-yntb7m3FH-8A2+Qb7+RybZp1w9GOg@mail.gmail.com
This commit is contained in:
Bruce Momjian 2022-05-11 22:01:46 -04:00
parent 922d1a27e9
commit da82c62469

View File

@ -88,7 +88,8 @@ Remove exclusive backup mode (David Steele, Nathan Bossart)
</para>
<para>
If the database server stops abruptly while in this mode, the server could fail to start. The non-exclusive backup mode requires a continuous database connection during the backup.
If the database server stops abruptly while in this mode, the server could fail to start. The non-exclusive backup mode requires a continuous database connection during the
backup. Functions pg_start_backup()/pg_stop_backup() have been renamed to pg_backup_start()/pg_backup_stop(), and the functions pg_backup_start_time() and pg_is_in_backup() have been removed.
</para>
</listitem>