doc: Fix typo in pg_sync_replication_slots documentation

Commit 1546e17f9d accidentally misspelled additionally as
additionaly.  Backpatch to v17 to match where the original
commit was backpatched.

Author: Daniel Gustafsson <daniel@yesql.se>
Backpatch-through: 17
pull/235/head
Daniel Gustafsson 6 months ago
parent 2252fcd427
commit c5c4fbb4d4
  1. 2
      doc/src/sgml/func.sgml

@ -29981,7 +29981,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
logical decoding and must be dropped after promotion. See
<xref linkend="logicaldecoding-replication-slots-synchronization"/> for details.
Note that this function is primarily intended for testing and
debugging purposes and should be used with caution. Additionaly,
debugging purposes and should be used with caution. Additionally,
this function cannot be executed if
<link linkend="guc-sync-replication-slots"><varname>
sync_replication_slots</varname></link> is enabled and the slotsync

Loading…
Cancel
Save