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:22:36
Message-ID: E1uW9me-0040ht-1Z@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
------
master

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

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:14 pgsql: doc: Fix typo in pg_sync_replication_slots documentation
Previous Message Michael Paquier 2025-06-30 06:44:11 pgsql: Rationalize handling of VacuumParams