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

From Euler Taveira
Subject Re: [HACKERS] CREATE SUBSCRIPTION log noise
Date
Msg-id CAHE3wgiCN62tk4OZfU3dNBFh4ZeUY3dG0ykKh+ssEbOw7pbxzg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] CREATE SUBSCRIPTION log noise  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: [HACKERS] CREATE SUBSCRIPTION log noise  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
List pgsql-hackers
2017-06-21 15:14 GMT-03:00 Peter Eisentraut <peter.eisentraut@2ndquadrant.com>:
> 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.

I'm appreciative of this complaint.  The point is that we are allocating
resources on a remote host that should not be forgotten.  I could go
either way.

It is documented that subscription can create a replication slot on remote host as mentioned in section "Replication Slot Management". If we want to maintain the message let's downgrade it to DEBUG1 (as we do with "create implicit index for table") but I prefer to rip it out.


--
   Euler Taveira                                   Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Phantom segment upon promotion causing troubles.
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re-indent HEAD tomorrow?