[HACKERS] CREATE SUBSCRIPTION log noise

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема [HACKERS] CREATE SUBSCRIPTION log noise
Дата
Msg-id CAMkU=1yMdGzZmmHrGuUrQEezUKBpF184=WNfZF5_NDjkCy57kQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] CREATE SUBSCRIPTION log noise  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: [HACKERS] Get stuck when dropping a subscription duringsynchronizing table
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Optional message to user when terminating/cancelling backend