doc patch: correct function name for slot synchronization.

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: "'pgsql-hackers(at)lists(dot)postgresql(dot)org'" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: doc patch: correct function name for slot synchronization.
Date: 2025-08-21 08:54:44
Message-ID: OSCPR01MB149662EC5467B4135398E3731F532A@OSCPR01MB14966.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-doc-fix-rendering-in-logicaldecoding.sgml.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mihail Nikalayeu 2025-08-21 08:55:02 Re: Conflict detection for update_deleted in logical replication
Previous Message Mihail Nikalayeu 2025-08-21 08:43:08 Re: [BUG?] check_exclusion_or_unique_constraint false negative