pgsql: Doc: Improve the wording of logical slot prerequisites.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve the wording of logical slot prerequisites.
Date: 2026-04-17 09:34:32
Message-ID: E1wDfap-001O9r-2q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Improve the wording of logical slot prerequisites.

Replace the previous negative phrasing such as "there are no slots whose
... is not true" with a direct expression that all slots must have
conflicting = false.

Similarly, reword the requirement on the new cluster to state that it must
not have any permanent logical slots, clarifying that any existing logical
slots must have temporary set to true.

These changes improve readability without altering the meaning.

Reported-by: <mimidatabase(at)gmail(dot)com>
Author: Vignesh C <vignesh21(at)gmail(dot)com>
Reviewed-by: David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
Reviewed-by: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Discussion: https://postgr.es/m/177609278737.403059.14174275013090471947%40wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f3ae1ec7295b6c4d54974eea14bef4b917dc2c7e

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2026-04-17 18:58:33 pgsql: pg_plan_advice: Fix another unique-semijoin bug.
Previous Message Fujii Masao 2026-04-17 06:34:01 pgsql: doc: Improve description of pg_ctl -l log file permissions