1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

doc: PG 16 relnotes, improve desc. of pg_log_standby_snapshot()

This commit is contained in:
Bruce Momjian
2023-05-22 10:20:53 -04:00
parent 473e02f6f9
commit 4123455a9e

View File

@ -1306,7 +1306,7 @@ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khande
<listitem> <listitem>
<para> <para>
Snapshot WAL records are required for logical slot creation but cannot be created 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. To avoid delays, the new function pg_log_standby_snapshot() allows creation of such records.
</para> </para>
</listitem> </listitem>