Re: Linkify mentions of the primary/subscriber's max_replication_slots

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Tristan Partin <tristan(at)partin(dot)io>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Linkify mentions of the primary/subscriber's max_replication_slots
Date: 2024-11-11 11:53:45
Message-ID: CAA4eK1JorsCj-jm=2PQ9VZDXoaqre-E0E3RvyaaQYM7-2R1_Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 7, 2024 at 4:40 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Thu, Nov 7, 2024 at 9:36 AM Tristan Partin <tristan(at)partin(dot)io> wrote:
> >
> >
> > Here is a patch which does so.
> >
>
> <para>
> Note that this parameter also applies on the subscriber side, but with
> - a different meaning.
> + a different meaning. See <xref
> linkend="guc-max-replication-slots-subscriber"/>
> + in <xref linkend="runtime-config-replication-sender"/> for more
> + details.
> </para>
> </listitem>
> </varlistentry>
> @@ -5215,7 +5217,9 @@ ANY <replaceable
> class="parameter">num_sync</replaceable> ( <replaceable class="
>
> <para>
> Note that this parameter also applies on a sending server, but with
> - a different meaning.
> + a different meaning. See <xref linkend="guc-max-replication-slots"/>
> + in <xref linkend="runtime-config-replication-primary"/> for more
> + details.
>
> <xref linkend="runtime-config-replication-sender"/> and <xref
> linkend="runtime-config-replication-primary"/> are incorrect. They
> should be instead <xref
> linkend="runtime-config-replication-subscriber"/> and <xref
> linkend="runtime-config-replication-sender"/>.
>

I have made the required changes and pushed the patch.

--
With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Benoit Lobréau 2024-11-11 12:41:04 Re: Parallel workers stats in pg_stat_database
Previous Message Karina Litskevich 2024-11-11 11:48:25 Re: Add missing tab completion for ALTER TABLE ADD COLUMN IF NOT EXISTS