Re: warning to publication created and wal_level is not set to logical
Lucas Viecelli <lviecelli199@gmail.com>
From: Lucas Viecelli <lviecelli199@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, David Fetter <david@fetter.org>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-07-09T03:56:51Z
Lists: pgsql-hackers
Attachments
- warning-abount-wal_level-when-creating-publication.patch (text/x-patch) patch
Hi Thomas. Attached is the rebased > The July Commitfest has started. This patch is in "Needs review" > status, but it doesn't apply. If I read the above discussion > correctly, it seems there is agreement that a warning here is a good > idea to commit this patch. Could you please post a rebased patch? > > I followed your suggestion and changed the message and added HINT. I hope everything is agreed now. > I wonder if it would be more typical project style to put the clue on > what to do into an "errhint" message, something like this: > > WARNING: insufficient wal_level to publish logical changes > HINT: Set wal_level to logical before creating subscriptions. > -- *Lucas Viecelli* <http://www.leosoft.com.br/coopcred>
Commits
-
Warn if wal_level is too low when creating a publication.
- b31fbe852c09 13.0 landed