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 CAJpy0uBfeH6ARKfO=Uy6YO-cEKz8LZooQDdMWBve6ggpVO89Vg@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
One trivial comment:

+        logical replication slots</link>. The system automatically
increases the
+        effective WAL level to <literal>logical</literal> when
creating the first
+        logical replication slot, and decreases it back to
<literal>replica</literal>
+        when dropping the last logical replication slot. The current
effective WAL
+        level can be monitored through <xref
linkend="guc-effective-wal-level"/>
+        parameter.

Shouldn't we mention about invalidation of slot along with dropping of slot?

thanks
Shveta



pgsql-hackers by date:

Previous
From: Amul Sul
Date:
Subject: Re: CAST(... ON DEFAULT) - WIP build on top of Error-Safe User Functions
Next
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition