Re: Remove unnecessary secondary index terms for replication settings
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-04-23T21:09:45Z
Lists: pgsql-docs
On Wed, Apr 23, 2025, at 3:53 AM, Fujii Masao wrote: > These secondary terms don't seem necessary anymore, since each parameter > now has only one index entry. Removing them would simplify the documentation. > > Originally, the secondary entries made sense because > max_active_replication_origins was part of max_replication_slots, > so both needed separate index entries. But commit 04ff636cbce > split them into distinct parameters. Agreed. It was an oversight in my patch. LGTM. -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
doc: remove unnecessary secondary index terms for replication settings.
- 632f62dcecc7 18.0 landed
-
Add GUC option to control maximum active replication origins.
- 04ff636cbce4 18.0 cited