Re: column name of pg_stat_replication.backend_start

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: column name of pg_stat_replication.backend_start
Дата
Msg-id CA+Tgmobtnt0RRg13heeJ+5Ekdb1BKKEFkVZNz8ej-Pcf0uNdbg@mail.gmail.com
обсуждение исходный текст
Ответ на column name of pg_stat_replication.backend_start  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: column name of pg_stat_replication.backend_start  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On Sat, Apr 14, 2012 at 8:00 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> The column name of pg_stat_replication.backend_start is confusing because
> it's not the time when *backend* was started at all. We should rename it to
> "walsender_start" or "replication_start"?

walsenders are backends, of course.  I think that any clarity we'd get
from renaming this would be not worth the loss of backward
compatibility or the inconsistency with pg_stat_activity.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: xlog location arithmetic
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [BUGS] BUG #6572: The example of SPI_execute is bogus