Re: Logical Replication upgrade - Mailing list pgsql-docs

From vignesh C
Subject Re: Logical Replication upgrade
Date
Msg-id CALDaNm2_XoL7hsn6CMDC6hCpcOaLCKk_n8y1WnKS_-uJYLGwtQ@mail.gmail.com
Whole thread
In response to Logical Replication upgrade  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
On Thu, 16 Apr 2026 at 11:16, David G. Johnston
<david.g.johnston@gmail.com> wrote:
>
> On Wednesday, April 15, 2026, Amit Kapila <amit.kapila16@gmail.com> wrote:
>>
>>
>> So, how about: "All slots on the old cluster must be usable, i.e.,
>> their pg_replication_slots.conflicting is false."?
>
>
> That works.
>
> Then we’d also change:
>
> The new cluster must not have permanent logical slots, i.e., there must be no slots where
pg_replication_slots.temporaryis false. 
>
> To be:
>
> “The new cluster is only permitted to have temporary logical slots, i.e., ones where pg_replication_slots.temporary
istrue.” 

+1 for this, the attached patch has the changes for the same.

Regards,
Vignesh

Attachment

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Logical Replication upgrade
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: ssl: Serverside SNI support for libpq