Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value
Дата
Msg-id CA+U5nMK9=RerAzJceuSY2JNcUdreEq4W5qR2GpHKeqPNYObt-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] pgsql: Ensure age() returns a stable value rather than the latest value  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 14 May 2012 20:05, Peter Eisentraut <peter_e@gmx.net> wrote:
> On lör, 2012-05-12 at 12:59 -0400, Tom Lane wrote:
>> Now it's entirely likely that there is nobody out there relying on
>> such a thing, but nonetheless this is a compatibility break, and an
>> unnecessary one IMO.  You haven't shown any convincing reason why we
>> need to change the behavior of age() on master servers at all.
>
> Recall that this thread originally arose out of age() being called by a
> monitoring tool.  It would be nice if repeatedly calling age() on an
> otherwise idle database would not change the result.  Currently, you
> would never get a "stable" state on such a check, and moreover, you
> would not only get different results but different long-term behavior
> between master and standby.

That's how it works now.

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


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Draft release notes complete
Следующее
От: Gilles Darold
Дата:
Сообщение: Re: Patch pg_is_in_backup()