Re: doc patch: missing tags in protocol.sgml

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: doc patch: missing tags in protocol.sgml
Date: 2025-08-29 18:47:12
Message-ID: CAD21AoDwHqEU0=ECBLVdjda-OV6Pgk_a9khru6oAiWAowcVSgQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 28, 2025 at 6:53 PM Hayato Kuroda (Fujitsu)
<kuroda(dot)hayato(at)fujitsu(dot)com> wrote:
>
> Dear Sawada-san,
>
> Thanks for looking the patch.
> Actually PG16-18 has the same issue as this, but it does not have the page for
> pgoutput. Attached patch sets a link to create_subscription.sgml instead. Thought?

I guess that it would be better to link to "Logical Streaming
Replication Parameters"[1] since the pgoutput page is derived from
this section. We would have to link to the section instead of
"streaming" parameter but I think it would not be a big issue.

Regards,

[1] https://www.postgresql.org/docs/17/protocol-logical-replication.html#PROTOCOL-LOGICAL-REPLICATION-PARAMS

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-08-29 18:47:44 Re: Use LW_SHARED in WakeupWalSummarizer() for WALSummarizerLock lock
Previous Message Daniel Gustafsson 2025-08-29 18:39:05 Re: No error checking when reading from file using zstd in pg_dump