Skip to content

Commit c5c4fbb

Browse files
doc: Fix typo in pg_sync_replication_slots documentation
Commit 1546e17 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
1 parent 2252fcd commit c5c4fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29981,7 +29981,7 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
2998129981
logical decoding and must be dropped after promotion. See
2998229982
<xref linkend="logicaldecoding-replication-slots-synchronization"/> for details.
2998329983
Note that this function is primarily intended for testing and
29984-
debugging purposes and should be used with caution. Additionaly,
29984+
debugging purposes and should be used with caution. Additionally,
2998529985
this function cannot be executed if
2998629986
<link linkend="guc-sync-replication-slots"><varname>
2998729987
sync_replication_slots</varname></link> is enabled and the slotsync

0 commit comments

Comments
 (0)