[HACKERS] CREATE SUBSCRIPTION log noise - Mailing list pgsql-hackers

From Jeff Janes
Subject [HACKERS] CREATE SUBSCRIPTION log noise
Date
Msg-id CAMkU=1yMdGzZmmHrGuUrQEezUKBpF184=WNfZF5_NDjkCy57kQ@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] CREATE SUBSCRIPTION log noise  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
I think this should go away:

                ereport(NOTICE,
                      (errmsg("created replication slot \"%s\" on publisher",
                              slotname)));


It doesn't appear to be contingent on anything other than the content of the command you just gave it.  I don't think we need a NOTICE saying that it did that thing I just told it to do--that should be implicit by the lack of an ERROR.

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: [HACKERS] Get stuck when dropping a subscription duringsynchronizing table
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Optional message to user when terminating/cancelling backend