summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2023-05-22 14:20:53 +0000
committerBruce Momjian2023-05-22 14:21:20 +0000
commit4123455a9e5463495a6e9be8423e671c874ec19f (patch)
tree2d32866c1cf89ad8850a9509061cf8c2d5f72916
parent473e02f6f9ba1863c59a9e40736a633ed52c139f (diff)
doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot()
-rw-r--r--doc/src/sgml/release-16.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 6481076402a..30f2a7d8040 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
<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>