diff options
author | Daniel Gustafsson | 2025-06-30 08:12:31 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-06-30 08:12:31 +0000 |
commit | d32933cea5c9424a26e1d95e6140e1bac2e09845 (patch) | |
tree | 527b747bf7f92ffa74533c15fa227d319ab5cb5e | |
parent | bbfcbc4cde4a9fb5b1d91acc3d8efc6f868c2684 (diff) |
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 <[email protected]>
Backpatch-through: 17
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1b16914fa7e..d7e9fe4478f 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -29459,7 +29459,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 |