Re: POC: enable logical decoding when wal_level = 'replica' without a server restart - Mailing list pgsql-hackers

From shveta malik
Subject Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Date
Msg-id CAJpy0uBu-zp8z=pnrLmXd1=rM_J31EttxfQy+sEonSB6LkVu3w@mail.gmail.com
Whole thread Raw
In response to Re: POC: enable logical decoding when wal_level = 'replica' without a server restart  (shveta malik <shveta.malik@gmail.com>)
List pgsql-hackers
On Tue, Sep 2, 2025 at 10:24 AM shveta malik <shveta.malik@gmail.com> wrote:
>
> Few trivial comments for doc:

Sorry, the email got sent without comments.

1)
+        It is important to note that when
<varname>wal_level</varname> is set to
+        <literal>replica</literal> the effective WAL level can
automatically change

comma after replica missing.

2)
Do we need to mention it as CAUTION somewhere that the last logical
slot drop may disable logical decoding on primary resulting in slots
invalidation on standby?

thanks
Shveta



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Avoid retaining conflict-related data when no tables are subscribed