diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-06-30 10:12:31 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-06-30 10:12:31 +0200 |
commit | c5c4fbb4d482b87c2a6c90337f3b657b2d0002ca (patch) | |
tree | b34fa0b2b190fc83bf556d92d93ba9912d200940 /doc/src | |
parent | 2252fcd4276cfeabae8786ab7c5a421dd674743e (diff) | |
download | postgresql-c5c4fbb4d482b87c2a6c90337f3b657b2d0002ca.tar.gz postgresql-c5c4fbb4d482b87c2a6c90337f3b657b2d0002ca.zip |
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
Diffstat (limited to 'doc/src')
-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 224d4fe5a9f..298791858be 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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 <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 |