Re: CREATE SUBSCRIPTION log noise

From: Euler Taveira <euler(at)timbira(dot)com(dot)br>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE SUBSCRIPTION log noise
Date: 2017-06-21 21:32:42
Message-ID: CAHE3wgiCN62tk4OZfU3dNBFh4ZeUY3dG0ykKh+ssEbOw7pbxzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2017-06-21 15:14 GMT-03:00 Peter Eisentraut <
peter(dot)eisentraut(at)2ndquadrant(dot)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
<http://www.timbira.com.br>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-06-21 21:39:14 Re: Re-indent HEAD tomorrow?
Previous Message Andres Freund 2017-06-21 21:29:53 Re: Phantom segment upon promotion causing troubles.