Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Дата
Msg-id 4B756BEC.4040209@enterprisedb.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Simon Riggs wrote:
> * "entering standby mode" isn't a more informative message. Two people
> have already said on-list that "standby mode" name might need to be
> changed.

Well, I'm all ears for better suggestions.

> More informative, for me, would be something like "entering
> streaming replication mode" and having a parameter called replication
> would also make that clearer.

That doesn't accurately describe what the standby_mode setting does. It
doesn't imply streaming replication. It means that the server doesn't
end recovery when it reaches end of WAL, but keeps trying.

> * If you change the HS startup messages you need to change the docs also

Thanks, fixed.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parameter name standby_mode
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.