Thread

Commits

  1. Doc: Fix typo in logicaldecoding.sgml.

  1. doc patch: correct function name for slot synchronization.

    Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> — 2025-08-21T08:54:44Z

    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
    
    
  2. Re: doc patch: correct function name for slot synchronization.

    Amit Kapila <amit.kapila16@gmail.com> — 2025-08-21T09:13:05Z

    On Thu, Aug 21, 2025 at 2:24 PM Hayato Kuroda (Fujitsu)
    <kuroda.hayato@fujitsu.com> wrote:
    >
    > 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.
    >
    
    Thanks for noticing this and providing a patch. I'll take care of this.
    
    -- 
    With Regards,
    Amit Kapila.