From: Bruce Momjian Date: Mon, 22 May 2023 03:39:27 +0000 (-0400) Subject: doc: PG 16 relnotes, improve description of standby log. decode X-Git-Tag: REL_16_BETA1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac298d3cb56b015acd40d2e015e07a87d8aff124;p=thirdparty%2Fpostgresql.git doc: PG 16 relnotes, improve description of standby log. decode Improve description of "Allow logical decoding on standbys". --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 1e1b67d0187..6481076402a 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -1305,8 +1305,8 @@ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khande -New function pg_log_standby_snapshot() forces creation of WAL snapshots. -Snapshots are required for logical slot creation so this function speeds their creation on standbys. +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.