Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on
Дата
Msg-id 1295440565.3282.9458.camel@ebony
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Tue, 2011-01-18 at 19:04 +0000, Magnus Hagander wrote:
> Log replication connections only when log_connections is on
> 
> Previously we'd always log replication connections, with no
> way to turn them off.

You noted that the code was there intentionally, yet you also couldn't
see the reason. That is not a great reason to change it. It's especially
not a great reason to make the change quickly.

The log entry served a very specific purpose, which was helping people
to diagnose problems with replication connectivity. It isn't practical
or sensible to force people to use log_connections to help with that;
that is a sledgehammer to crack a nut. Few people have it turned on in
production, so turning it on after a problem happened doesn't help
diagnose things.

The negative impact of this was a couple of log lines. No bug. Plus I
don't see any reason to introduce an incompatibility with the log output
from 9.0.

So removing this has almost no positive benefit, yet a clear negative
one. We need to look at the negative aspects of changes before we make
them.

Let's concentrate on adding the major features, not rush through loads
of minor changes.

-- Simon Riggs           http://www.2ndQuadrant.com/books/PostgreSQL Development, 24x7 Support, Training and Services



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: ToDo: support for parameters in EXECUTE statement
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_basebackup for streaming base backups