Linkify mentions of the primary/subscriber's max_replication_slots

From: "Tristan Partin" <tristan(at)partin(dot)io>
To: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Linkify mentions of the primary/subscriber's max_replication_slots
Date: 2024-11-07 04:06:19
Message-ID: D5FNEPMMFHFX.1OQBCML0TU5AH@partin.io
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In the replication server configuration documentation[0], there are
3 sections: sending, primary, standby, and subscriber. These sections
mention various GUCs and how they apply to each server configuration.

The max_replication_slots GUC is mentioned twice, once in the sending
section[1]:

> [...]
>
> Note that this parameter also applies on the subscriber side, but with
> a different meaning.

and another time in the subscriber section[2]:

> [...]
>
> Note that this parameter also applies on a sending server, but with
> a different meaning.

We can aid users that read these sections of the docs by adding links to
the max_replication_slots GUC description which the texts refer to.

Here is a patch which does so.

[0]: https://www.postgresql.org/docs/17/runtime-config-replication.html
[1]: https://www.postgresql.org/docs/17/runtime-config-replication.html#GUC-MAX-REPLICATION-SLOTS
[2]: https://www.postgresql.org/docs/17/runtime-config-replication.html#GUC-MAX-REPLICATION-SLOTS-SUBSCRIBER

--
Tristan Partin
Neon (https://neon.tech)

Attachment Content-Type Size
replication-docs.diff text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2024-11-07 04:13:52 Re: Pgoutput not capturing the generated columns
Previous Message Michael Paquier 2024-11-07 03:19:31 Re: Add parallel columns for pg_stat_statements