doc patch: correct function name for slot synchronization.

Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>

From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: "'pgsql-hackers@lists.postgresql.org'" <pgsql-hackers@lists.postgresql.org>
Cc: Amit Kapila <amit.kapila16@gmail.com>, shveta malik <shveta.malik@gmail.com>
Date: 2025-08-21T08:54:44Z
Lists: pgsql-hackers

Attachments

Dear hackers,
(CC: Amit and Shveta, who were the committer and author)

While working on the translation project of manuals, I found below sentence:

>
When slot synchronization is configured as recommended, and the initial
synchronization is performed either automatically or manually via
pg_sync_replication_slot, ...
>

However, the correct function name is pg_sync_replication_slots, and it should
be tagged as a function. Please see attached to address the issue. The typo exists
till PG17.

Best regards,
Hayato Kuroda
FUJITSU LIMITED

Commits

  1. Doc: Fix typo in logicaldecoding.sgml.