Re: Remove unnecessary secondary index terms for replication settings

2025-04-24 Thread Fujii Masao
On 2025/04/24 23:30, Robert Treat wrote: On Wed, Apr 23, 2025 at 2:54 AM Fujii Masao wrote: Hi, In config.sgml, the entries for max_replication_slots and max_active_replication_origins include secondary index terms: max_replication_slots configuration parameter in a s

Re: Remove unnecessary secondary index terms for replication settings

2025-04-24 Thread Robert Treat
On Wed, Apr 23, 2025 at 2:54 AM Fujii Masao wrote: > > Hi, > > In config.sgml, the entries for max_replication_slots and > max_active_replication_origins include secondary index terms: > > max_replication_slots configuration > parameter > in a sending server > > max_act

Re: Remove unnecessary secondary index terms for replication settings

2025-04-23 Thread Euler Taveira
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

Remove unnecessary secondary index terms for replication settings

2025-04-22 Thread Fujii Masao
Masao Date: Wed, 23 Apr 2025 15:25:42 +0900 Subject: [PATCH v1] doc: remove unnecessary secondary index terms for replication settings. Previously, config.sgml included secondary index terms for max_replication_slots and max_active_replication_origins. These are no longer necessary, as each para