mirror of
https://github.com/postgres/postgres.git
synced 2025-10-20 00:04:28 -04:00
doc: Fix typo in pg_sync_replication_slots documentation
Commit 1546e17f9d0 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:
parent
2252fcd427
commit
c5c4fbb4d4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user