relnotes: update for non-exclusive backup mode removal
authorBruce Momjian <bruce@momjian.us>
Thu, 12 May 2022 02:01:46 +0000 (22:01 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 May 2022 02:01:46 +0000 (22:01 -0400)
Reported-by: Ian Lawrence Barwick
Discussion: https://postgr.es/m/CAB8KJ=jmLBMAmxjcew12-yntb7m3FH-8A2+Qb7+RybZp1w9GOg@mail.gmail.com

doc/src/sgml/release-15.sgml

index 635941a90838c9bbd30524d48e7e354f75ead048..f76a8226d04c77913ec6095b0852a25290d75c9a 100644 (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>