doc: PG 16 relnotes, improve description of standby log. decode

Improve description of "Allow logical decoding on standbys".
This commit is contained in:
Bruce Momjian 2023-05-21 23:39:27 -04:00
parent 2dcd1578c4
commit ac298d3cb5
1 changed files with 2 additions and 2 deletions

View File

@ -1305,8 +1305,8 @@ Allow logical decoding on standbys (Bertrand Drouvot, Andres Freund, Amit Khande
<listitem>
<para>
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.
</para>
</listitem>