1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

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
This commit is contained in:
Daniel Gustafsson
2025-06-30 10:12:31 +02:00
parent 2252fcd427
commit c5c4fbb4d4

View File

@ -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 logical decoding and must be dropped after promotion. See
<xref linkend="logicaldecoding-replication-slots-synchronization"/> for details. <xref linkend="logicaldecoding-replication-slots-synchronization"/> for details.
Note that this function is primarily intended for testing and 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 this function cannot be executed if
<link linkend="guc-sync-replication-slots"><varname> <link linkend="guc-sync-replication-slots"><varname>
sync_replication_slots</varname></link> is enabled and the slotsync sync_replication_slots</varname></link> is enabled and the slotsync