Re: [HACKERS] CREATE SUBSCRIPTION log noise

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] CREATE SUBSCRIPTION log noise
Дата
Msg-id 3242bf64-0f11-2790-ec28-dacf9d21209e@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] CREATE SUBSCRIPTION log noise  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: [HACKERS] CREATE SUBSCRIPTION log noise  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-hackers
On 6/20/17 22:54, Jeff Janes wrote:
> 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.

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.

Other opinions?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [HACKERS] Fast promotion not used when doing a recovery_target PITR restore?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] pg_bsd_indent 2.0 is available from git.postgresql.org