pgsql: doc: Fix typo in pg_sync_replication_slots documentation

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix typo in pg_sync_replication_slots documentation
Date: 2025-06-30 08:23:14
Message-ID: E1uW9nG-0040ie-1H@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)yesql(dot)se>
Backpatch-through: 17

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b2a57747ba047844c0e7bf0acb7c75f84fc34989

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-06-30 08:23:55 pgsql: doc: Fix typo in pg_sync_replication_slots documentation
Previous Message Daniel Gustafsson 2025-06-30 08:22:36 pgsql: doc: Fix typo in pg_sync_replication_slots documentation