Re: warning to publication created and wal_level is not set to logical
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Robert Haas <robertmhaas@gmail.com>, David Fetter <david@fetter.org>,
Lucas Viecelli <lviecelli199@gmail.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-03-25T18:19:56Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > On 2019-03-25 13:53:32 -0400, Tom Lane wrote: >> One idea that might be useful is to have walsenders refuse to transmit >> any logical-replication data if they see wal_level is too low. That >> would get users' attention pretty quickly. > They do: Oh, OK, then this seems like it's basically covered already. I think the original suggestion to add a WARNING during CREATE PUBLICATION isn't unreasonable. But we don't need to do more than that (and it shouldn't be higher than WARNING). regards, tom lane
Commits
-
Warn if wal_level is too low when creating a publication.
- b31fbe852c09 13.0 landed