Skip to content

Commit d32933c

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 bbfcbc4 commit d32933c

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

0 commit comments

Comments
 (0)