doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot()
authorBruce Momjian <[email protected]>
Mon, 22 May 2023 14:20:53 +0000 (10:20 -0400)
committerBruce Momjian <[email protected]>
Mon, 22 May 2023 14:21:20 +0000 (10:21 -0400)
doc/src/sgml/release-16.sgml

index 6481076402a500393fcfbc021ad9ea6ebd3ec2bc..30f2a7d804025ce520ce39e720517c41caf6dea0 100644 (file)
@@ -1306,7 +1306,7 @@ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khande
 <listitem>
 <para>
 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.
 </para>
 </listitem>