From: Bruce Momjian Date: Mon, 22 May 2023 14:20:53 +0000 (-0400) Subject: doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot() X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=4123455a9e5463495a6e9be8423e671c874ec19f;p=users%2Frhaas%2Fpostgres.git doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot() --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 6481076402..30f2a7d804 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -1306,7 +1306,7 @@ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khande Snapshot WAL records are required for logical slot creation but cannot be created on standbys. -The new function pg_log_standby_snapshot() creates such records, which speeds logical slot creation on standbys. +To avoid delays, the new function pg_log_standby_snapshot() allows creation of such records.